Common Logging 2.0 API Reference

ILog.IsDebugEnabled Property

Checks if this logger is enabled for the Debug level.

[Visual Basic]
Public MustOverride ReadOnly Property IsDebugEnabled() As Boolean
   Public Get
   End Get
End Property
[C#]
public bool IsDebugEnabled { public get; }

See Also

ILog Interface | Common.Logging Namespace