Base Logger
interface BaseLogger
Base interface of Klogger interface for use in coroutines, and NoCoLogger interface when not using coroutines.
Inheritors
Functions
Link copied to clipboard
Is this logger enabled to emit DEBUG events?
Link copied to clipboard
Is this logger enabled to emit ERROR events?
Link copied to clipboard
Is this logger enabled to emit FATAL events?
Link copied to clipboard
Is this logger enabled to emit INFO events?
Link copied to clipboard
Check whether this logger will emit log events at the specified logging level.
Link copied to clipboard
Is this logger enabled to emit TRACE events?
Link copied to clipboard
Is this logger enabled to emit WARN events?