log4net SDK Reference

CountingQuietTextWriter Constructor 

Constructor

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

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