Common Logging 2.0 API Reference

NLogLogger.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; }

Property Value

true if this instance is fatal enabled; otherwise, false.

Implements

ILog.IsFatalEnabled

See Also

NLogLogger Class | Common.Logging.NLog Namespace