class SystemLogTree : FormatterPriorityTree
An implementation of Timber.Tree which log using System.out print() method.
SystemLogTree(priority: Int = Log.VERBOSE, filter: Filter = NoFilter.INSTANCE, formatter: Formatter = LogcatFormatter.INSTANCE)
An implementation of Timber.Tree which log using System.out print() method. |
var formatter: Formatter |
fun log(priority: Int, tag: String?, message: String, t: Throwable?): Unit |
fun format(priority: Int, tag: String?, message: String): String
Use its formatter to format log |
|
fun |