logE

abstract fun logE(tag: String, message: String)

Logs an error message.

Parameters

tag

Log tag for categorizing the message.

message

The error message to log.