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