Common Logging 2.0 API Reference |
|
AbstractSimpleLogger.IsFatalEnabled Property
Returns true if the current LogLevel is greater than or equal to Fatal. If it is, only messages with a LogLevel of Fatal will be sent to Out.
[Visual Basic]
Public Overrides ReadOnly Property IsFatalEnabled() As
Boolean _
Public Get
End Get
End Property
[C#]
public override
bool IsFatalEnabled { public get; }
Implements
ILog.IsFatalEnabled
See Also
AbstractSimpleLogger Class | Common.Logging.Simple Namespace