taking backup of Log Files....
Hi friends,am using the java.util.logging package to develop the logging for my Multithreaded socket server application.Server is going to run any time so it will appends the data into the log file.I need to take backup of the log files per day without stopping my server application.Anyone know how to achieve this process?Thanks in advance...

