d(final String, final String) method

Sends a DEBUG log message.

Syntax

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