Constructor
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
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