Note: This API is now obsolete.
Construct a new appender using the layout, file and append mode.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
[ObsoleteAttribute("Instead use the default constructor and set the Layout, File & AppendToFile properties")] public FileAppender( ILayout layout, string filename, bool append )
Parameters
- layout
- Type: log4net.LayoutILayout
the layout to use with this appender - filename
- Type: SystemString
the full path to the file to write to - append
- Type: SystemBoolean
flag to indicate if the file should be appended to
Remarks
Obsolete constructor.
See Also