ILogIsFatalEnabled Property Apache log4net™ SDK Documentation
Checks if this logger is enabled for the Fatal level.

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

bool IsFatalEnabled { get; }

Property Value

Type: Boolean
true if this logger is enabled for Fatal events, false otherwise.
Remarks

For more information see IsDebugEnabled.
See Also

Reference

[M:Fatal(object)]
[M:FatalFormat(IFormatProvider, string, object[])]