e

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

Logs an error-level message.

Parameters

tag

The log tag used to identify the source.

message

The message to log.

throwable

Optional exception to include in the log output.