Gets or sets a flag that indicates whether the file should be
appended to or overwritten.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: BooleanIndicates whether the file should be appended to or overwritten.
Remarks
If the value is set to false then the file will be overwritten, if it is set to true then the file will be appended to.
The default value is true.See Also