Common Logging 2.0 API Reference

NoOpLogger.IsErrorEnabled Property

Always returns false.

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

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

Implements

ILog.IsErrorEnabled

See Also

NoOpLogger Class | Common.Logging.Simple Namespace