OnlyOnceErrorHandler IsEnabled Property Apache log4net™ SDK Documentation
Is error logging enabled

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public bool IsEnabled { get; }

Property Value

Type: OnlineBoolean
Remarks

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

See Also