logging / de.comhix.commons.logging / kotlin.Throwable

Extensions for kotlin.Throwable

debug

fun Throwable.debug(message: String? = this.message): Unit

error

fun Throwable.error(message: String? = this.message): Unit

info

fun Throwable.info(message: String? = this.message): Unit

log

fun Throwable.log(level: Level, message: String? = this.message): Unit

warn

fun Throwable.warn(message: String? = this.message): Unit