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

ILog.Warn Method

Log a message object with the Warn level.

Overload List

Log a message object with the Warn level.

void Warn(Object);

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

void Warn(Object,Exception);

See Also

ILog Interface | IBatisNet.Common.Logging Namespace