No Co Logger Impl
class NoCoLoggerImpl(val name: String, val loggerContextItems: EventItems = mapOf()) : CoroutineScope, NoCoLogger
Standard implementation of NoCoLogger.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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?
Link copied to clipboard
Log an event with a message and an explicit set of items.
Log an event with an associated throwable, a message and an explicit set of items.
Link copied to clipboard
Link copied to clipboard