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

Usage

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