Sets the TextWriter where the log output will go.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: TextWriterRemarks
The specified TextWriter must be open and writable.
The TextWriter will be closed when the appender instance is closed.
Note: Logging to an unopened TextWriter will fail.
See Also