Common Logging 2.0 API Reference

ILog.IsErrorEnabled Property

Checks if this logger is enabled for the Error level.

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

See Also

ILog Interface | Common.Logging Namespace