open class TreeScope
Scope for Timber DSL
TreeScope()
Scope for Timber DSL |
var level: Int |
fun filter(vararg filter: Filter): Unitfun filter(lambda: FilterDeclaration): Unit |
|
fun formatter(formatter: Formatter): Unitfun formatter(lambda: FormatterDeclaration): Unit |
class FileTreeScope : TreeScope |
|
class TextViewTreeScope : TreeScope |