e(final String, final String, final Throwable) method

Sends an ERROR log message and logs the exception.

Syntax

public void e (
    final String tag,
    final String msg,
    final Throwable tr
)

Parameters

Remarks

Logger implementation is able to identify the source of the log message at the price of performance penalty. See SDMLogger#e(String,String,Throwable,String)