logging / de.comhix.commons.logging / kotlin.Any / debug
debug
fun Any.debug(message: String): Unit
Deprecated: use supplier implementation
inline fun Any.debug(noinline supplier: () -> String): Unit
fun Any.debug(message: String, throwable: Throwable): Unit
Deprecated: use supplier implementation
inline fun Any.debug(noinline supplier: () -> String, throwable: Throwable): Unit
inline fun Any.debug(throwable: Throwable, noinline supplier: () -> String): Unit
fun Any.debug(message: String, param: Any): Unit
fun Any.debug(message: String, vararg params: Any): Unit