Common Logging 2.0 API Reference

EntLibLogger.IsDebugEnabled Property

Gets a value indicating whether this instance is debug enabled.

[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

EntLibLogger Class | Common.Logging.EntLib Namespace