JabbitLogger

fun interface JabbitLogger(source)

Sink for the diagnostic output of the scheduler.

Install one through JabbitConfiguration.Builder.logger to route Jabbit into the logging stack of the app.

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Severity of a logged message.

Functions

Link copied to clipboard
abstract fun log(level: JabbitLogger.Level, message: String, error: Throwable?)

Records a single message.