Logger
Simple, pretty and powerful logger for android
Logger is a simple, pretty and powerful logger for android. It provides a number of options and features. String format arguments are supported, as well as collections (only available for debug logs). Also, it features Json and Xml support (output will be in debug level). Log adapter checks whether the log should be printed or not by checking the log adapter function. If you want to disable/hide logs for output, override isLoggable method. The command "true" will print the log message, "false...