BaseLogger

open class BaseLogger(val config: LoggerConfig)

Base class for public Logger API. Extend to implement your own logger API.

Constructors

Link copied to clipboard
constructor(config: LoggerConfig)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun log(severity: Severity, tag: String, throwable: Throwable?, message: String)
Link copied to clipboard
inline fun logBlock(severity: Severity, tag: String, throwable: Throwable?, message: MessageBlock)
Link copied to clipboard
fun processLog(severity: Severity, tag: String, throwable: Throwable?, message: String)