LogReceiver

fun interface LogReceiver

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

Usually used in LogFrontend implementations

Functions

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