ILoggerI Method (String, String, Exception) | 
 Send a INFO message and log the exception.
 
    Namespace: 
   Couchbase.Lite.Util
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntaxvoid I(
	string tag,
	string msg,
	Exception tr
)
Parameters
- tag
 - Type: SystemString
            Used to identify the source of a log message.  It usually identifies
            the class or activity where the log call occurs.
             - msg
 - Type: SystemString
The message you would like logged. - tr
 - Type: SystemException
An exception to log 
See Also