Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 2.01 KB

File metadata and controls

62 lines (41 loc) · 2.01 KB

Custom Android Timber Logger Setup


Customize your Android Timber logger setup to add a global tag and a method name to the logs for easy debugging.


Timber: https://github.com/JakeWharton/timber


Video Usage Instructions on Awesome Dev Notes YouTube: https://www.youtube.com/watch?v=mtrmk_9YwEc


Written Usage Instructions: https://medium.com/androiddevnotes/customize-your-android-timber-logger-setup-to-add-a-global-tag-and-a-method-name-to-the-logs-for-e7f23acd844f


Android Badge androiddevnotes GitHub badge


Timber awesomedevnotes - androiddevnotes youtube thumbnail


Output

Global Tag Timber Prefix


Global Tag Timber


Global Tag Timber Prefix


Method Name Timber


💻 Find us on