log4net SDK Reference

LogImpl.IsFatalEnabled Property

Checks if this logger is enabled for the FATAL level.

[Visual Basic]
Overridable Public ReadOnly Property IsFatalEnabled As Boolean _
    Implements ILog.IsFatalEnabled
[C#]
public virtual bool IsFatalEnabled {get;}

Property Value

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

Implements

ILog.IsFatalEnabled

Remarks

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

See Also

LogImpl Class | log4net.Core Namespace | IsDebugEnabled