e

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

Logs an error message.

Parameters

message

The error message to be logged.

throwable

Optional Throwable associated with the error. Default is null.