CountingQuietTextWriter Constructor Apache log4net™ SDK Documentation
Constructor

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public CountingQuietTextWriter(
	TextWriter writer,
	IErrorHandler errorHandler
)
Remarks

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

See Also