log4net SDK Documentation - Microsoft .NET Framework 4.0

OnlyOnceErrorHandler.IsEnabled Property

Is error logging enabled

[Visual Basic]
Public ReadOnly Property IsEnabled As Boolean
[C#]
public bool IsEnabled {get;}

Remarks

Is error logging enabled. Logging is only enabled for the first error delivered to the OnlyOnceErrorHandler.

See Also

OnlyOnceErrorHandler Class | log4net.Util Namespace