Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogImpl.IsInfoEnabled Property

Checks if this logger is enabled for the INFO level.

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

Property Value

true if this logger is enabled for INFO events, false otherwise.

Implements

ILog.IsInfoEnabled

Remarks

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

See Also

LogImpl Class | log4net.Core Namespace | IsDebugEnabled