debug |
Logs a Throwable. fun KLogger.debug(: Throwable): Unit |
error |
Logs a Throwable. fun KLogger.error(: Throwable): Unit |
info |
Logs a Throwable. fun KLogger.info(: Throwable): Unit |
trace |
Logs a Throwable. fun KLogger.trace(: Throwable): Unit |
warn |
Logs a Throwable. fun KLogger.warn(: Throwable): Unit |