Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

CountingQuietTextWriter�Constructor�

Constructor

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

Parameters

writer
The TextWriter to actually write to.
errorHandler
The IErrorHandler to report errors to.

Remarks

Creates a new instance of the CountingQuietTextWriter class with the specified TextWriter and IErrorHandler.

See Also

CountingQuietTextWriter Class | log4net.Util Namespace