Package-level declarations

Implementations of public logging APIs.

Types

Link copied to clipboard
class KloggerImpl(val name: String) : Klogger

Standard implementation of Klogger.

Link copied to clipboard
class NoCoLoggerImpl(val name: String) : CoroutineScope, NoCoLogger

Standard implementation of NoCoLogger.