e

fun e(tag: String, messageCallback: Callable<String>)

Logs an Log.ERROR message. The messageCallback is invoked only when the log is accepted by a registered logger via Logger.isLogged.


fun e(tag: String, message: String?, vararg args: Any?)

Logs an Log.ERROR message, with optional String.format for message.


fun e(tag: String, t: Throwable?, message: String?, vararg args: Any?)

Logs an Log.ERROR message with an optional throwable t, and optional String.format.