d(final String, final String) method

Sends a DEBUG log message.

Syntax

public void d ( final String tag , final String msg )

Parameters

Usage

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