class TextViewTree : FormatterPriorityTree
An implementation of Timber.Tree which sends log into a text view
TextViewTree(priority: Int, filter: Filter = NoFilter.INSTANCE, formatter: Formatter = NoTagFormatter.INSTANCE, append: Boolean = true)
An implementation of |
var formatter: Formatter |
fun log(priority: Int, tag: String?, message: String, t: Throwable?): Unit |
|
fun setTextView(tv: TextView?): Unit |
fun format(priority: Int, tag: String?, message: String): String
Use its formatter to format log |
|
fun |