TextWriterAppender Constructor Apache log4net™ SDK Documentation
Overload List

  NameDescription
Public methodTextWriterAppender
Initializes a new instance of the TextWriterAppender class.
Public methodTextWriterAppender(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.
Public methodTextWriterAppender(ILayout, TextWriter) Obsolete.
Initializes a new instance of the TextWriterAppender class and sets the output destination to the specified StreamWriter.
Top
See Also

Reference