Klogger
Logger interface for sending log events from suspend
functions running in Kotlin coroutines.
Every function is a suspend
function and should only be called in another suspend
function.
See also
io.klogging.NoCoLogger
for the corresponding non-coroutine interface.
Functions
isDebugEnabled
Link copied to clipboard
isErrorEnabled
Link copied to clipboard
isFatalEnabled
Link copied to clipboard
isInfoEnabled
Link copied to clipboard
isLevelEnabled
Link copied to clipboard
isTraceEnabled
Link copied to clipboard
isWarnEnabled
Link copied to clipboard
Properties
Inheritors
KloggerImpl
Link copied to clipboard