Create an instance of TextWriterAdapter that forwards all
messages to a TextWriter.
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 forward to
Remarks
Create an instance of TextWriterAdapter that forwards all messages to a TextWriter.
See Also