logging / de.comhix.commons.logging / error

error

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