log4net SDK Reference

QuietTextWriter.ErrorHandler Property

Gets or sets the error handler that all errors are passed to.

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

Property Value

The error handler that all errors are passed to.

Remarks

Gets or sets the error handler that all errors are passed to.

See Also

QuietTextWriter Class | log4net.Util Namespace