object TimberApplication
Object that describes Timber DSL
fun debugTree(): DebugTree |
|
fun fileTree(declaration: FileTreeDeclaration): FileLoggerTree |
|
fun filterAndFormatterTree(level: Int, filter: (priority: Int, tag: String?, message: String, t: Throwable?) -> Boolean, formatter: (priority: Int, tag: String?, message: String) -> String): FormatterPriorityTree |
|
fun filterTree(level: Int, filter: (priority: Int, tag: String?, message: String, t: Throwable?) -> Boolean): PriorityTree |
|
fun formatterTree(level: Int, formatter: (priority: Int, tag: String?, message: String) -> String): FormatterPriorityTree |
|
fun logcatTree(declaration: TreeDeclaration): Tree |
|
fun priorityTree(level: Int): PriorityTree |
|
fun releaseTree(): PriorityTree |
|
fun sentryBreadCrumbTree(declaration: TreeDeclaration): SentryBreadcrumbTree |
|
fun sentryEventTree(declaration: TreeDeclaration): SentryEventTree |
|
fun systemTree(declaration: TreeDeclaration): SystemLogTree |
|
fun textViewTree(declaration: TextViewTreeDeclaration): TextViewTree |
|
fun throwErrorTree(declaration: TreeDeclaration): ThrowErrorTree |
|
fun tree(writer: Writer, declaration: TreeDeclaration): Tree |