e(final String, final String) method

Sends an ERROR log message.

Syntax

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

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,String)