log4net SDK Reference

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 | log4net Namespace | Fatal | IsFatalEnabled