LogLogIsDebugEnabled Property Apache log4net™ SDK Documentation
Test if LogLog.Debug is enabled for output.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static bool IsDebugEnabled { get; }

Property Value

Type: Boolean
true if Debug is enabled
Remarks

Test if LogLog.Debug is enabled for output.

See Also

Reference