log4net SDK Documentation - Microsoft .NET Framework 4.0

TextWriterAppender.ErrorHandler Property

Gets or set the IErrorHandler and the underlying QuietTextWriter, if any, for this appender.

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

Property Value

The IErrorHandler for this appender.

See Also

TextWriterAppender Class | log4net.Appender Namespace