Appenders may delegate their error handling to an IErrorHandler.
For a list of all members of this type, see IErrorHandler Members.
Type | Description |
---|---|
OnlyOnceErrorHandler | 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. |
Error handling is a particularly tedious to get right because by definition errors are hard to predict and to reproduce.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll)
IErrorHandler Members | log4net.Core Namespace