log4net SDK Reference

ILog.IsInfoEnabled Property

Checks if this logger is enabled for the Info level.

[Visual Basic]
Property IsInfoEnabled As Boolean
[C#]
bool IsInfoEnabled {get;}

Property Value

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

Remarks

For more information see IsDebugEnabled.

See Also

ILog Interface | log4net Namespace | Info | InfoFormat | IsDebugEnabled