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 writer to actually write to
- errorHandler
- Type: log4net.Core IErrorHandler
the error handler to report error to
Remarks
Create a new QuietTextWriter using a writer and error handler
See Also