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

ILog.Error Method

Log a message object with the Error level.

Overload List

Log a message object with the Error level.

void Error(Object);

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

void Error(Object,Exception);

See Also

ILog Interface | IBatisNet.Common.Logging Namespace