Currently I am using using Java util for logging logs into the file which can be configured from java.util.logging.FileHandler.pattern. I want to append a timestamp in the log file name. I also have to take the log file path from java.util.logging.FileHandler.pattern property.
|
| |||||
feedback
|
|
may this example will helps you.
| ||||
|
feedback
|
this gives you back a timestamp | |||
|
feedback
|
|
You can reuse the FileHandler from Tomcat, it timestamps the filename and rolls it every day: http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/juli/FileHandler.html | |||
|
feedback
|
|
Have a look at this post, explain logging in details. You can use | |||||
feedback
|