loggerFatal

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

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

This function never returns normally.

Parameters

throwable

An optional exception to attach as the cause.