Re: BoundedDailyRollingFileAppender

2006-02-15 Thread Erick Dovale
make a lot of sense. If there is not implementation for this strategy I can contribute it after I get a hold on the new api through cvs I guess. Thanks. Erick. Curt Arnold wrote: On Feb 15, 2006, at 11:51 AM, Erick Dovale wrote: The way the name of the files is cumputed by DailyRollingFi

Re: BoundedDailyRollingFileAppender

2006-02-15 Thread Erick Dovale
that the specified one. This is a trivial thing to fix. When is 1.3 planned for release?? Is the 1.2 branch being maintained?? Thanks Erick. Curt Arnold wrote: On Feb 14, 2006, at 10:50 AM, Erick Dovale wrote: Hi there guys, I was needing an appender to roll files daily and to maintain a

BoundedDailyRollingFileAppender

2006-02-14 Thread Erick Dovale
Hi there guys, I was needing an appender to roll files daily and to maintain a maximun amount of log files like the RolliFileAppender does. There was the DailyRollingFileAppender that was able to roll files daily but do not have any functionality for the maximun number of files to keep. So I w