Convenient Logger for android

Read Time < 1 minute Logging is an important technique of debugging during application development. Android provide Log class for logging different log-level messages. However in order to easily filter the log messages (in Logcat) and directly pinpointing the location of log message is a bit tricky (with default Log class). I have implemented my own Log class primarily: To …

Convenient Logger for android Read More »