Common Logging 2.0 API Reference

NoOpLogger.IsFatalEnabled Property

Always returns false.

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

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

Implements

ILog.IsFatalEnabled

See Also

NoOpLogger Class | Common.Logging.Simple Namespace