java.util.logging.Logger overrides data
- by Tom Brito
java.util.logging.Logger override the file data instead of add to end of file.
Is this correct? should I create 1 file for each time I initialize the app and the log system?
If not, how do I set it to write to the end of the file?