TextWriterAppender Constructor (ILayout, TextWriter)Apache log4net™ SDK Documentation

Note: This API is now obsolete.

Initializes a new instance of the TextWriterAppender class and sets the output destination to the specified StreamWriter.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

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

Parameters

layout
Type: log4net.LayoutILayout
The layout to use with this appender
writer
Type: System.IOTextWriter
The TextWriter to output to
Remarks

The TextWriter must have been previously opened.
Remarks

Obsolete constructor.

See Also

Reference