p(final String, final String) method

Sends a PERFORMANCE log message.

Syntax

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