Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog.IsFatalEnabled Property

Checks if this logger is enabled for the Fatal level.

[Visual�Basic]
Property�IsFatalEnabled�As�Boolean
[C#]
bool�IsFatalEnabled�{get;}

Property Value

true if this logger is enabled for Fatal events, false otherwise.

Remarks

For more information see IsDebugEnabled.

See Also

ILog Interface | log4net Namespace | Fatal | FatalFormat | IsDebugEnabled