tock / ai.tock.shared / mu.KLogger

Extensions for mu.KLogger

debug

Logs a Throwable.

fun KLogger.debug(throwable: Throwable): Unit

error

Logs a Throwable.

fun KLogger.error(throwable: Throwable): Unit

info

Logs a Throwable.

fun KLogger.info(throwable: Throwable): Unit

trace

Logs a Throwable.

fun KLogger.trace(throwable: Throwable): Unit

warn

Logs a Throwable.

fun KLogger.warn(throwable: Throwable): Unit