In the current situation log files are rolled based on a maximum file size of 10MB. A filename of the rolled files is for instance "SystemOut_Debug.log.1".
The problem is the filename of these rolled log files. What we want is the current date and timestamp of the moment the file is rolled. For instance "SystemOut_Debug.20110505.104500.log"
How can we realize this?
Many thanks