Common Logging 2.0 API Reference

AbstractSimpleLogger.IsErrorEnabled Property

Returns true if the current LogLevel is greater than or equal to Error. If it is, only messages with a LogLevel of Error and Fatal will be sent to Out.

[Visual Basic]
Public Overrides ReadOnly Property IsErrorEnabled() As Boolean _
    Implements ILog.IsErrorEnabled

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

Implements

ILog.IsErrorEnabled

See Also

AbstractSimpleLogger Class | Common.Logging.Simple Namespace