Sets the TextWriter where the log output will go.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.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