This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Adding Date & time Stamp in Log file name Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Adding Date & time Stamp in Log file name" Watch "Adding Date & time Stamp in Log file name" New topic
Author

Adding Date & time Stamp in Log file name

Yugandhar Ghanta
Greenhorn

Joined: Jan 12, 2009
Posts: 6
Hi,
I am using Log4j. In configuration file(XML File), i am using RollingFileAppender... i am generationg output log file(AppINFO.log) based on maxFileSize property. Can i include or append Date pattern in output log file name dynamically.



In the above XML code...need to append Date pattern in file name, i.e:
<param name="File" value="C:/temp/AppINFO.<Year&Date>.log"/>
Can anyone please help me on this?
Thanks in advance,
Yugandhar.
Carol Enderlin
drifter
Ranch Hand

Joined: Oct 10, 2000
Posts: 1348
You will probably need to use a custom appender.

I have not tried this out, but there is a code snippet and example configuration of a "Timestamp File Appender" on the log4j wiki's Useful Code section. It looks pretty old, so may need updating to use with a newer version of log4j.

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Adding Date & time Stamp in Log file name
 
Similar Threads
Capture logs to file via log4j.xml
what is wrong with log4j configration
Avoid additional server.log debug lines
Jboss Console not updating
How to monitor log file in jboss for sending mails,when error or excetion found in log