Constructor
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
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