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

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

public virtual bool IsFatalEnabled { get; }

Property Value

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

Implements

ILogIsFatalEnabled
Remarks

See IsDebugEnabled for more information and examples of using this method.

See Also

Reference