Common Logging 2.0 API Reference |
|
NLogLogger.IsErrorEnabled Property
Gets a value indicating whether this instance is error enabled.
[Visual Basic]
Public Overrides ReadOnly Property IsErrorEnabled() As
Boolean _
Public Get
End Get
End Property
[C#]
public override
bool IsErrorEnabled { public get; }
Property Value
true
if this instance is error enabled; otherwise, false
.
Implements
ILog.IsErrorEnabled
See Also
NLogLogger Class | Common.Logging.NLog Namespace