LogSink

fun interface LogSink

Destination for log lines. Replace KenworkLogger.sink to route logs elsewhere.

Inheritors

Functions

Link copied to clipboard
abstract fun log(level: LogLevel, category: LogCategory, message: String, throwable: Throwable?)