Default constructor
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);
FileAppender Class | log4net.Appender Namespace