LoggerPrinter

typealias LoggerPrinter = (logger: Logger, level: LoggerLogLevel, direction: Char, data: String) -> Unit

The prototype for a custom printing callback.