treessence / fr.bipi.tressence.sentry / SentryBreadcrumbTree

SentryBreadcrumbTree

class SentryBreadcrumbTree : FormatterPriorityTree

Logger that will store a Breadcrumb. Throwable are ignored.

Parameters

priority - priority from witch log will be logged

Constructors

<init>

SentryBreadcrumbTree(priority: Int, filter: Filter = NoFilter.INSTANCE, formatter: Formatter = DefaultLogFormatter.INSTANCE)

Logger that will store a Breadcrumb. Throwable are ignored.

Inherited Properties

formatter

var formatter: Formatter

Functions

log

fun log(priority: Int, tag: String?, message: String, t: Throwable?): Unit

Inherited Functions

format

fun format(priority: Int, tag: String?, message: String): String

Use its formatter to format log

withFormatter

fun withFormatter(newFormatter: Formatter): FormatterPriorityTree