v(final String, final String) method

Sends a VERBOSE log message.

Syntax

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