Timber
A logger which provides utility on top of Android's normal Log class
... and use that class name as its tag. Since the tags vary, it works really well when coupled with a log reader like Pidcat. There are no Tree implementations installed by default. Timber ships with embedded lint rules to detect problems in your app. Timber detects the use of null or empty messages, or using the exception message when logging an exception.