Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

IErrorHandler Interface

Appenders may delegate their error handling to an IErrorHandler.

For a list of all members of this type, see IErrorHandler Members.

[Visual�Basic]
Public�Interface�IErrorHandler
[C#]
public�interface�IErrorHandler

Types that implement IErrorHandler

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.

Remarks

Error handling is a particularly tedious to get right because by definition errors are hard to predict and to reproduce.

Requirements

Namespace: log4net.Core

Assembly: log4net (in log4net.dll)

See Also

IErrorHandler Members | log4net.Core Namespace