LogLog IsWarnEnabled Property Apache log4net™ SDK Documentation
Test if LogLog.Warn is enabled for output.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static bool IsWarnEnabled { get; }

Property Value

Type: OnlineBoolean
true if Warn is enabled
Remarks

Test if LogLog.Warn is enabled for output.

See Also