e

fun e(tag: String, message: String, t: Throwable? = null)

Logs an error message with an optional throwable.

Parameters

tag

The log tag identifying the source.

message

The message to log.

t

Optional throwable associated with the error.