LogImpl IsWarnEnabled Property Apache log4net™ SDK Documentation
Checks if this logger is enabled for the WARN level.

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

public virtual bool IsWarnEnabled { get; }

Property Value

Type: OnlineBoolean
true if this logger is enabled for WARN events, false otherwise.

Implements

ILog IsWarnEnabled
Remarks

See IsDebugEnabled for more information and examples of using this method.

See Also