e

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

Logs an error.

Parameters

tag

calling object

message

the message to log

tr

exception to log (may be null).