error

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

Logs an error message with an optional throwable.

Error messages indicate serious problems that have occurred, such as failed operations or unexpected exceptions.

Parameters

tag

The log tag, typically identifying the source class or component.

message

The message to log.

throwable

Optional throwable associated with the error.