loggerW

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

Extension function to log a WARN message using the simple name of T as the tag.

Parameters

throwable

An optional exception associated with the warning.