v(final String, final String, final Throwable) method

Sends a VERBOSE log message and logs the exception.

Syntax

public void v (
    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 Logger#v(String,String,Throwable,String)