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

ILog.Fatal Method

Log a message object with the Fatal level.

Overload List

Log a message object with the Fatal level.

void Fatal(Object);

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

void Fatal(Object,Exception);

See Also

ILog Interface | IBatisNet.Common.Logging Namespace