Common Logging 2.0 API Reference

EntLibLogger.IsFatalEnabled Property

Gets a value indicating whether this instance is fatal enabled.

[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

EntLibLogger Class | Common.Logging.EntLib Namespace