log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
LogLog.IsErrorEnabled Property
Test if LogLog.Error is enabled for output.
[Visual Basic]
Public Shared ReadOnly Property IsErrorEnabled As
Boolean
[C#]
public static
bool IsErrorEnabled {get;}
Property Value
true
if Error is enabled
Remarks
Test if LogLog.Error is enabled for output.
See Also
LogLog Class | log4net.Util Namespace