Append log messages to a file. This basic version has no rollover support, so it just keeps on adding to the file.
There is also an AppendFiles that may suit your needs.
Create a basic FileAppender to a file with the specified path.
Append an event to the output.
File that this appender appends to.
Return the name of this class
Return the conduit
Close the file associated with this Appender
Set the conduit
See Implementation
Append log messages to a file. This basic version has no rollover support, so it just keeps on adding to the file.
There is also an AppendFiles that may suit your needs.