TextWriterAppender Constructor (ILayout, Stream)Apache log4net™ SDK Documentation
Initializes a new instance of the TextWriterAppender class and sets the output destination to a new OnlineStreamWriter initialized with the specified OnlineStream.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

[ObsoleteAttribute("Instead use the default constructor and set the Layout & Writer properties")]
public TextWriterAppender(
	ILayout layout,
	Stream os
)
Remarks

Obsolete constructor.

See Also