log4net SDK Reference

LogImpl.IsWarnEnabled Property

Checks if this logger is enabled for the WARN level.

[Visual Basic]
Overridable Public ReadOnly Property IsWarnEnabled As Boolean _
    Implements ILog.IsWarnEnabled
[C#]
public virtual bool IsWarnEnabled {get;}

Property Value

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

LogImpl Class | log4net.Core Namespace | IsDebugEnabled