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.
For a list of all members of this type, see OnlyOnceErrorHandler Members.
System.Object
log4net.Util.OnlyOnceErrorHandler
This type is not safe for multithreaded operations.
The error message is printed on the standard error output stream.
This policy aims at protecting an otherwise working application from being flooded with error messages when logging fails.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll)
OnlyOnceErrorHandler Members | log4net.Util Namespace