w(final String, final Throwable) method

Sends a WARN log message and logs the exception.

Syntax

public void w (
    final String tag,
    final Throwable tr
)

Parameters

Remarks

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