logging / de.comhix.commons.logging / debug

debug

fun <reified Type : Any> Type.debug(message: String): Unit
fun <reified Type : Any> Type.debug(message: String, throwable: Throwable): Unit
fun <reified Type : Any> Type.debug(message: String, param: Any): Unit
fun <reified Type : Any> Type.debug(message: String, vararg params: Any): Unit