Common Logging 2.0 API Reference

Log4NetLogger.IsFatalEnabled Property

Checks if this logger is enabled for the Fatal level.

[Visual Basic]
Public Overrides ReadOnly Property IsFatalEnabled() As Boolean _
    Implements ILog.IsFatalEnabled

   Public Get
   End Get
End Property
[C#]
public override bool IsFatalEnabled { public get; }

Implements

ILog.IsFatalEnabled

See Also

Log4NetLogger Class | Common.Logging.Log4Net Namespace