treessence / fr.bipi.tressence.dsl / TreeScope

TreeScope

open class TreeScope

Scope for Timber DSL

Constructors

<init>

TreeScope()

Scope for Timber DSL

Properties

level

var level: Int

Functions

filter

fun filter(vararg filter: Filter): Unit
fun filter(lambda: FilterDeclaration): Unit

formatter

fun formatter(formatter: Formatter): Unit
fun formatter(lambda: FormatterDeclaration): Unit

Inheritors

FileTreeScope

class FileTreeScope : TreeScope

TextViewTreeScope

class TextViewTreeScope : TreeScope