log4net SDK Reference

FileAppender Constructor

Default constructor

Overload List

Default constructor

public FileAppender();

Obsolete. Construct a new appender using the layout and file specified. The file will be appended to.

public FileAppender(ILayout,string);

Obsolete. Construct a new appender using the layout, file and append mode.

public FileAppender(ILayout,string,bool);

See Also

FileAppender Class | log4net.Appender Namespace