iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

ILog.Info Method (Object, Exception)

Log a message object with the Info level including the stack trace of the Exception passed as a parameter.

[Visual Basic]
Sub Info( _
   ByVal Object As Object, _
   ByVal Exception As Exception _
)
[C#]
void Info(
   Object message,
   Exception exception
);

Parameters

message
The message object to log.
exception
The exception to log, including its stack trace.

See Also

ILog Interface | IBatisNet.Common.Logging Namespace | ILog.Info Overload List