wtf(final String, final String, final Throwable) method

Use com.sap.mobile.lib.supportability.ILogger#w(String, String, Throwable) What a Terrible Failure: Reports an exception that should never happen.

Syntax

public void wtf (
    final String tag,
    final String msg,
    final Throwable tr
)

Parameters

Remarks

Similar to wtf(finalString, Throwable), also with a message. Logger implementation is able to identify the source of the log message at the price of performance penalty. See SDMLogger#wtf(String,String,Throwable,String)