FileAppender Constructor (ILayout, String, Boolean)Apache log4net™ SDK Documentation
Construct a new appender using the layout, file and append mode.

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, File & AppendToFile properties")]
public FileAppender(
	ILayout layout,
	string filename,
	bool append
)
Remarks

Obsolete constructor.

See Also