LogSink

fun interface LogSink(source)

Functional interface for custom log sinks to handle log messages.

Functions

Link copied to clipboard
abstract fun writeLog(level: LogLevel, domain: LogDomain, message: String)