sematext/sematext-logsene-android

How to use timber library

Taogo-Hugo opened this issue · 3 comments

Hi,
How to create timber tree?
Timber: https://github.com/JakeWharton/timber

gr0 commented

We don't have any instructions for Timber, but have a look at https://github.com/JakeWharton/timber/blob/master/timber-sample/src/main/java/com/example/timber/ExampleApp.java. You can extend the Timber.Tree and overwrite the log method and include logging using the Logsene object there. You would just have to initialize the Logsene object in the onCreate method and everything should work from that point.

Ok, thanks!

gr0 commented

You're welcome :)