log4net SDK Reference

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