treessence / fr.bipi.tressence.dsl / TimberApplication

TimberApplication

object TimberApplication

Object that describes Timber DSL

Functions

debugTree

fun debugTree(): DebugTree

fileTree

fun fileTree(declaration: FileTreeDeclaration): FileLoggerTree

filterAndFormatterTree

fun filterAndFormatterTree(level: Int, filter: (priority: Int, tag: String?, message: String, t: Throwable?) -> Boolean, formatter: (priority: Int, tag: String?, message: String) -> String): FormatterPriorityTree

filterTree

fun filterTree(level: Int, filter: (priority: Int, tag: String?, message: String, t: Throwable?) -> Boolean): PriorityTree

formatterTree

fun formatterTree(level: Int, formatter: (priority: Int, tag: String?, message: String) -> String): FormatterPriorityTree

logcatTree

fun logcatTree(declaration: TreeDeclaration): Tree

priorityTree

fun priorityTree(level: Int): PriorityTree

releaseTree

fun releaseTree(): PriorityTree

sentryBreadCrumbTree

fun sentryBreadCrumbTree(declaration: TreeDeclaration): SentryBreadcrumbTree

sentryEventTree

fun sentryEventTree(declaration: TreeDeclaration): SentryEventTree

systemTree

fun systemTree(declaration: TreeDeclaration): SystemLogTree

textViewTree

fun textViewTree(declaration: TextViewTreeDeclaration): TextViewTree

throwErrorTree

fun throwErrorTree(declaration: TreeDeclaration): ThrowErrorTree

tree

fun tree(writer: Writer, declaration: TreeDeclaration): Tree