Constructor
            
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.14.0 (1.2.14.0)
Syntax
Parameters
- writer
- Type:  System.IO TextWriter System.IO TextWriter
 The TextWriter to actually write to. 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.
TextWriter and IErrorHandler.
            
See Also