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

ILog.Info Method

Log a message object with the Info level.

Overload List

Log a message object with the Info level.

void Info(Object);

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

void Info(Object,Exception);

See Also

ILog Interface | IBatisNet.Common.Logging Namespace