TimeAndSizeRollingAppender

2008-12-19 Thread Simon Park
Hi, I contributed a TimeAndSizeRollingAppender last year that some people have been using. I have fixed a couple of bugs that users pointed out and made the new code available at http://www.simonsite.org.uk/. The appender rolls by time, as well as by size, also cleaning up older log files usi

Re: How to add current date with file name for RollingFileAppender

2008-12-19 Thread MortenHattesen
The RollingFileAppender does not support naming the file using todays date. You should download and use an alternate appender, such as... * TimedRollingFileAppender, see http://www.nabble.com/contribution%3A-TimedRollingFileAppender-td21076298.html * DatedFileAppender, see http://logging.apache