HumanLogSink

fun interface HumanLogSink

A destination for log lines. Provide your own to redirect logs.

Functions

Link copied to clipboard
abstract fun write(level: HumanLogLevel, message: String, tag: String?, appId: String?, throwable: Throwable?)