Common Logging 2.0 API Reference

EntLibLogger.IsErrorEnabled Property

Gets a value indicating whether this instance is error enabled.

[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

EntLibLogger Class | Common.Logging.EntLib Namespace