Package-level declarations
Types
Base interface of Klogger interface for use in coroutines, and NoCoLogger interface when not using coroutines.
Logger interface for sending log events from suspend
functions running in Kotlin coroutines.
Interface for logging from outside coroutines.
Utility interface that supplies a NoCoLogger property called logger
.
Properties
Functions
Returns a Klogger with the name of the specified class.
Returns a Klogger with the specified name.
Returns a NoCoLogger with the name of the specified class.
Returns a NoCoLogger with the specified name.
Creates a Klogger from this NoCoLogger using the same name.
Creates a Klogger from this NoCoLogger using a different name.
Creates a NoCoLogger from this Klogger using the same name.
Creates a NoCoLogger from this Klogger using a different name.