log4net SDK Reference

LogLog.IsDebugEnabled Property

Test if LogLog.Debug is enabled for output.

[Visual Basic]
Public Shared ReadOnly Property IsDebugEnabled As Boolean
[C#]
public static bool IsDebugEnabled {get;}

Property Value

true if Debug is enabled

Remarks

Test if LogLog.Debug is enabled for output.

See Also

LogLog Class | log4net.Util Namespace