LogReceiver

fun fun interface LogReceiver

SAM interface that helps defining what to do with a given Logger.Entry

Usually used in LogFrontend implementations

Functions

receive
Link copied to clipboard
common
abstract fun receive(entry: Logger.Entry, message: String?)