IErrorHandler InterfaceApache log4net™ SDK Documentation
Appenders may delegate their error handling to an IErrorHandler.

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

public interface IErrorHandler
Remarks

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

See Also