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