Common Logging 2.0 API Reference

Log4NetLogger.IsDebugEnabled Property

Checks if this logger is enabled for the Debug level.

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

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

Implements

ILog.IsDebugEnabled

See Also

Log4NetLogger Class | Common.Logging.Log4Net Namespace