i(final String, final String, final Throwable) method

Sends a INFO log message and logs the exception.

Syntax

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

Parameters

Usage

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