Overload List
| Name | Description | |
|---|---|---|
|  | TextWriterAppender | 
            Initializes a new instance of the TextWriterAppender class.
             | 
|  | TextWriterAppender(ILayout, Stream) | Obsolete. 
            Initializes a new instance of the TextWriterAppender class and
            sets the output destination to a new   StreamWriter initialized 
            with the specified  Stream. | 
|  | TextWriterAppender(ILayout, TextWriter) | Obsolete. 
            Initializes a new instance of the TextWriterAppender class and sets
            the output destination to the specified   StreamWriter. | 
See Also