Common Logging 2.0 API Reference

ILog.IsFatalEnabled Property

Checks if this logger is enabled for the Fatal level.

[Visual Basic]
Public MustOverride ReadOnly Property IsFatalEnabled() As Boolean
   Public Get
   End Get
End Property
[C#]
public bool IsFatalEnabled { public get; }

See Also

ILog Interface | Common.Logging Namespace