logging / de.comhix.commons.logging / kotlin.Any / error

error

fun Any.error(message: String): Unit
Deprecated: use supplier implementation


inline fun Any.error(noinline supplier: () -> String): Unit
fun Any.error(message: String, throwable: Throwable): Unit
Deprecated: use supplier implementation


inline fun Any.error(noinline supplier: () -> String, throwable: Throwable): Unit
inline fun Any.error(throwable: Throwable, noinline supplier: () -> String): Unit
fun Any.error(message: String, param: Any): Unit
fun Any.error(message: String, vararg params: Any): Unit