how to append timestamp to file name for java.util.logging.FileHandler.pattern

Posted by Alex Le on Stack Overflow See other posts from Stack Overflow or by Alex Le
Published on 2010-03-24T06:19:14Z Indexed on 2010/03/24 6:23 UTC
Read the original article Hit count: 358

Hi I was wondering if anyone knows a way to append a timestamp to the log file name specified through logging.properties java.util.logging.FileHandler.pattern

seems like something pretty straight forward but I cant seem to find a solution to this anywhere.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about java.util.logging