The Android logger has always annoyed me, it tends to do just the bare minimum, a message is printed but no details regarding method invoking the print and no formatting support. And all those TAGS. We basically end up with lots of repetitive code.

That's why I built AppLog, a simple and smarter logger for Android. It makes the TAGS optional, supports String.format and makes type handling easier.

AppLog is available on GitHub if you want to try it out. https://github.com/marteinn/Android-AppLog

Feedback and ideas are of course much appreciated.