Common Logging 2.0 API Reference

AbstractLogger.IsDebugEnabled Property

Checks if this logger is enabled for the Debug level.

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

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

Implements

ILog.IsDebugEnabled

Remarks

Override this in your derived class to comply with the underlying logging system

See Also

AbstractLogger Class | Common.Logging.Factory Namespace