Common Logging 2.0 API Reference

NoOpLogger.IsDebugEnabled Property

Always returns false.

[Visual Basic]
Public NotOverridable ReadOnly Property IsDebugEnabled() As Boolean _
    Implements ILog.IsDebugEnabled

   Public Get
   End Get
End Property
[C#]
public bool IsDebugEnabled { public get; }

Implements

ILog.IsDebugEnabled

See Also

NoOpLogger Class | Common.Logging.Simple Namespace