ajalt / timberkt

Easy Android logging with Kotlin and Timber
Apache License 2.0
205 stars 12 forks source link

Timber tree subclass #6

Closed j2emanue closed 6 years ago

j2emanue commented 6 years ago

so can i get rid of my Timber java logger in gradle and use yours ? I still have java and new kotlin files. i have a subclass of the timber tree i am using. can i swap it for yours and it will work in java calls as well ?

can i do this: Timber.plant(timber.log.Timber.DebugTree())