Common Logging 2.0 API Reference |
|
AbstractSimpleLogger.IsDebugEnabled Property
Returns true if the current LogLevel is greater than or equal to Debug. If it is, all messages will be sent to Out.
[Visual Basic]
Public Overrides ReadOnly Property IsDebugEnabled() As
Boolean _
Public Get
End Get
End Property
[C#]
public override
bool IsDebugEnabled { public get; }
Implements
ILog.IsDebugEnabled
See Also
AbstractSimpleLogger Class | Common.Logging.Simple Namespace