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