java.util.logging.Logger overrides data
Posted
by Tom Brito
on Stack Overflow
See other posts from Stack Overflow
or by Tom Brito
Published on 2010-04-30T19:49:28Z
Indexed on
2010/04/30
20:07 UTC
Read the original article
Hit count: 138
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?
© Stack Overflow or respective owner