parent
bb96179116
commit
25f788480a
@ -0,0 +1,9 @@ |
||||
package net.pokeranalytics.android.util |
||||
|
||||
import timber.log.Timber |
||||
|
||||
class PokerAnalyticsLogs : Timber.DebugTree() { |
||||
override fun log(priority: Int, tag: String?, message: String, throwable: Throwable?) { |
||||
super.log(priority, "PokerAnalytics:$tag", message, throwable) |
||||
} |
||||
} |
||||
Loading…
Reference in new issue