Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
LogImpl.IsWarnEnabled Property
Checks if this logger is enabled for the WARN
level.
[Visual�Basic]
Overridable�Public�ReadOnly�Property�IsWarnEnabled�As�
Boolean�_
[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