loggerE

inline fun <T> T.loggerE(message: String, throwable: Throwable? = null)(source)

Extension function to log an ERROR message using the simple name of T as the tag.

Parameters

throwable

An optional exception associated with the error.