Sets the
TextWriter where the log output will go.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type:
Remarks
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