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