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