log4net SDK Reference

ILog.Fatal Method (Object, Exception)

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

[Visual Basic]
Sub Fatal( _
   ByVal message As Object, _
   ByVal exception As Exception _
)
[C#]
void Fatal(
   object message,
   Exception exception
);

Parameters

message
The message object to log.
exception
The exception to log, including its stack trace.

Remarks

See the Fatal form for more detailed information.

See Also

ILog Interface | log4net Namespace | ILog.Fatal Overload List | Fatal | IsFatalEnabled