class SentryBreadcrumbTree : FormatterPriorityTree
Logger that will store a Breadcrumb. Throwable are ignored.
priority - priority from witch log will be logged
SentryBreadcrumbTree(priority: Int, filter: Filter = NoFilter.INSTANCE, formatter: Formatter = DefaultLogFormatter.INSTANCE)
Logger that will store a Breadcrumb. Throwable are ignored. |
var formatter: Formatter |
fun log(priority: Int, tag: String?, message: String, t: Throwable?): Unit |
fun format(priority: Int, tag: String?, message: String): String
Use its formatter to format log |
|
fun |