treessence
Module Contents
alltypes
Module Contents
class DefaultLogFormatter : Formatter
class FileLoggerTree : FormatterPriorityTree
object FileTreeBuilder
typealias FileTreeDeclaration = FileTreeScope.() -> Unit
class FileTreeScope : TreeScope
class FileUtils
interface Filter
typealias FilterDeclaration = (priority: Int, tag: String?, message: String, t: Throwable?) -> Boolean
interface Formatter
typealias FormatterDeclaration = (priority: Int, tag: String?, message: String) -> String
open class FormatterPriorityTree : PriorityTree
object GlobalContext : TimberContext
class Info
kotlin.collections.List
class LogcatFormatter : Formatter
class MergeFilter : Filter
class NoFilter : Filter
class NoTagFormatter : Formatter
class NoTree : Tree
interface OsInfoProvider
class OsInfoProviderDefault : OsInfoProvider
class PriorityFilter : Filter
open class PriorityTree : DebugTree
class SentryBreadcrumbTree : FormatterPriorityTree
class SentryEventTree : PriorityTree
object SentryTreeBuilder
class SimpleFormatter : Formatter
open class StackTraceRecorder : Throwable
class SystemLogTree : FormatterPriorityTree
object SystemTreeBuilder
class TagFilter : Filter
class TextViewTree : FormatterPriorityTree
object TextViewTreeBuilder
typealias TextViewTreeDeclaration = TextViewTreeScope.() -> Unit
class TextViewTreeScope : TreeScope
class ThrowErrorTree : PriorityTree
object ThrowErrorTreeBuilder
object TimberApplication
Module Contents
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
interface TimberContext
typealias TimberDeclaration = TimberApplication.() -> Unit
class TimeStamper
object TreeBuilder
typealias TreeDeclaration = TreeScope.() -> Unit
open class TreeScope
typealias Writer = (s: String, t: Throwable?) -> Unit
package fr.bipi.tressence.base
package fr.bipi.tressence.common
package fr.bipi.tressence.common.filters
package fr.bipi.tressence.common.formatter
package fr.bipi.tressence.common.os
package fr.bipi.tressence.common.time
package fr.bipi.tressence.common.utils
package fr.bipi.tressence.console
package fr.bipi.tressence.context
package fr.bipi.tressence.dsl
Module Contents
object FileTreeBuilder
typealias FileTreeDeclaration = FileTreeScope.() -> Unit
class FileTreeScope : TreeScope
typealias FilterDeclaration = (priority: Int, tag: String?, message: String, t: Throwable?) -> Boolean
typealias FormatterDeclaration = (priority: Int, tag: String?, message: String) -> String
object SentryTreeBuilder
object SystemTreeBuilder
object TextViewTreeBuilder
typealias TextViewTreeDeclaration = TextViewTreeScope.() -> Unit
class TextViewTreeScope : TreeScope
object ThrowErrorTreeBuilder
object TimberApplication
Module Contents
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
typealias TimberDeclaration = TimberApplication.() -> Unit
object TreeBuilder
typealias TreeDeclaration = TreeScope.() -> Unit
open class TreeScope
typealias Writer = (s: String, t: Throwable?) -> Unit
package fr.bipi.tressence.file
package fr.bipi.tressence.sentry
package fr.bipi.tressence.ui