CountingQuietTextWriter Constructor Apache log4netâ„¢ SDK Documentation
Constructor

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

public CountingQuietTextWriter(
	TextWriter writer,
	IErrorHandler errorHandler
)

Parameters

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

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

See Also

Reference