FileAppender Constructor (ILayout, String)Apache log4net™ SDK Documentation
Construct a new appender using the layout and file specified. The file will be appended to.

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

Obsolete constructor.

See Also