Giter Club home page Giter Club logo

debuglog's Introduction

DebugLog

Create a simple and more understandable Android logs.

#Why?

android.util.Log is the most usable library of the Android. But, when the app released on the market, some important information is clearly forgotten by the developer. All logs are disabled by DebugLog when the app is released.

And plus, it provides more understandable DDMS logs for developers.

#Usage

#####Traditional android.util.Log usage:

public static final String TAG = "MyApp or MyClass name";

void myFunc(){
	android.util.Log.i(TAG, "my message");
}

Generally, this logs location forgotten after first day:) if the location hasn't been defined in log message. Add LibDebugLog as a library to your project and you are good to go.

#####DebugLog usage:

void myFunc(){
	DebugLog.e("simple log from myFunc()");
}

no tags, and no any information. Just write your logs.

It shows useful data; Screenshot Screenshot

##Android Studio if you use Android Studio, all logs are disabled by DebugLog when the build variant is set 'release'

Screenshot

##Eclipse if you use Eclipse, all logs are disabled by DebugLog when the generated new signed apk.

#Contributing

Want to contribute? You are welcome!

#Licence #####The Unlicense Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

For more information, please refer to http://unlicense.org/

debuglog's People

Contributors

leandrofavarin avatar mustafaferhan avatar oguya avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.