Darwin KLogger
Functions
Lazy add a log message with throwable payload if isDebugEnabled is true
Lazy add a log message with throwable payload if isErrorEnabled is true
Lazy add a log message with throwable payload if isInfoEnabled is true
Lazy add a log message with throwable payload if isTraceEnabled is true
Lazy add a log message with throwable payload if isWarnEnabled is true
Lazy add a log message if isDebugEnabled is true
Lazy add a log message with a marker if isDebugEnabled is true
Lazy add a log message with a marker and throwable if isDebugEnabled is true
Lazy add a log message if isErrorEnabled is true
Lazy add a log message with a marker if isErrorEnabled is true
Lazy add a log message with a marker and throwable if isErrorEnabled is true
Lazy add a log message if isInfoEnabled is true
Lazy add a log message with a marker if isInfoEnabled is true
Lazy add a log message with a marker and throwable if isInfoEnabled is true
Similar to .isDebugEnabled method except that the marker data is also taken into account.
Similar to .isErrorEnabled method except that the marker data is also taken into consideration.
Similar to .isInfoEnabled method except that the marker data is also taken into consideration.
Check if the logger is enabled for the specified level
Similar to .isLoggingOff method except that the marker data is also taken into consideration.
Similar to .isTraceEnabled method except that the marker data is also taken into account.
Similar to .isWarnEnabled method except that the marker data is also taken into consideration.
Lazy add a log message if isTraceEnabled is true
Lazy add a log message with a marker if isTraceEnabled is true
Lazy add a log message with a marker and throwable if isTraceEnabled is true
Lazy add a log message if isWarnEnabled is true
Lazy add a log message with a marker if isWarnEnabled is true
Lazy add a log message with a marker and throwable if isWarnEnabled is true