Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderSkeleton.ErrorHandler Property

Gets or sets the IErrorHandler for this appender.

[Visual�Basic]
Overridable�Public�Property�ErrorHandler�As�IErrorHandler
[C#]
public�virtual�log4net.Core.IErrorHandler�ErrorHandler�{get;�set;}

Property Value

The IErrorHandler of the appender

Remarks

The AppenderSkeleton provides a default implementation for the ErrorHandler property.

See Also

AppenderSkeleton Class | log4net.Appender Namespace