Actual KLogger
Functions
Lazy add a log message if isDebugEnabled is true
Lazy add a log message with throwable payload if isDebugEnabled is true
Lazy add a log message if isErrorEnabled is true
Lazy add a log message with throwable payload if isErrorEnabled is true
Lazy add a log message if isInfoEnabled is true
Lazy add a log message with throwable payload if isInfoEnabled is true
Lazy add a log message if isTraceEnabled is true
Lazy add a log message with throwable payload if isTraceEnabled is true
Lazy add a log message if isWarnEnabled is true
Lazy add a log message with throwable payload if isWarnEnabled is true
Properties
Is the logger instance enabled for the DEBUG level?
Is the logger instance enabled for the ERROR level?
Is the logger instance enabled for the INFO level?
Is the logger instance OFF?
Is the logger instance enabled for the TRACE level?
Is the logger instance enabled for the WARN level?