Re: A combination of DailyRollingFileAppender and RollingFileAppender

2011-09-28 Thread Li Li
Thank you. But I must use log4j 1.2 now. is log4j 2.0 backward compatible? Btw, I added another feature in my extension which can delete old files when triggered in middle night. On Wed, Sep 28, 2011 at 9:40 PM, Ralph Goers wrote: > Thanks, I will definitely take a look at it. However, you

Re: A combination of DailyRollingFileAppender and RollingFileAppender

2011-09-28 Thread Ralph Goers
Thanks, I will definitely take a look at it. However, you might take a look at https://svn.apache.org/repos/asf/logging/log4j/branches/BRANCH_2_0_EXPERIMENTAL/rgoers/ which contains work towards (hopefully) Log4j 2.0. The RollingFileAppender supports both time and size based triggering. Althoug

A combination of DailyRollingFileAppender and RollingFileAppender

2011-09-28 Thread Li Li
Hi all, I need split log files by file size like RollingFileAppender but I also want separate logs by date like DailyRollingFileAppender. I searched the web and can't find any good solution, so I write on myself. But I am not familiar with log4j. So I wish there are some kind persons that will