CountingQuietTextWriter Constructor Apache log4net™ SDK Documentation
Constructor

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public CountingQuietTextWriter(
	TextWriter writer,
	IErrorHandler errorHandler
)

Parameters

writer
Type: System.IOTextWriter
The TextWriter to actually write to.
errorHandler
Type: log4net.CoreIErrorHandler
The IErrorHandler to report errors to.
Remarks

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

See Also

Reference