Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

QuietTextWriter�Constructor�

Constructor

[Visual�Basic]
Public�Sub�New( _
���ByVal writer�As�TextWriter,�_
���ByVal errorHandler�As�IErrorHandler�_
)
[C#]
public�QuietTextWriter(
���TextWriterwriter,
���IErrorHandlererrorHandler
);

Parameters

writer
the writer to actually write to
errorHandler
the error handler to report error to

Remarks

Create a new QuietTextWriter using a writer and error handler

See Also

QuietTextWriter Class | log4net.Util Namespace