Initializes a new instance of the TextWriterAppender class and
            sets the output destination to a new  StreamWriter initialized 
            with the specified
StreamWriter initialized 
            with the specified  Stream.
Stream.
            
Namespace: log4net.Appender StreamWriter initialized 
            with the specified
StreamWriter initialized 
            with the specified  Stream.
Stream.
            Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- layout
- Type: log4net.Layout ILayout
 The layout to use with this appender.
- os
- Type:  System.IO Stream System.IO Stream
 The Stream to output to. Stream to output to.
Remarks
Obsolete constructor.
See Also