e

fun e(message: String, tag: String = defaultTag, throwable: Throwable? = null)(source)

Logs an ERROR message.

Parameters

message

The message to log.

tag

The tag to identify the log source. Defaults to the current default tag.

throwable

An optional exception associated with the error.