Implements log4net's default error handling policy which consists
of emitting a message for the first error in an appender and
ignoring all subsequent errors.
Inheritance Hierarchy
log4net.Util OnlyOnceErrorHandler
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
The error message is processed using the LogLog sub-system by default.
This policy aims at protecting an otherwise working application from being flooded with error messages when logging fails.
See Also