Ceki, thanks for quick answer. If you can spare some time to answer a couple of more question, I'd really appreciate it.
> This is a feature which has been requested several times in the past. It > will probably implemented in log4j 1.3. Is there a place where I could find more details (or could you quickly write down few pointers) about these plans? Will it be simply adding a member variable and implementing DailyRollingFileAppender.rollOver in a similar fashion as in RollingFileAppender? I am already using log4cxx in production and would like to implement this feature asap. >Please see the o.a.l.rolling > package for details for the new strategy-based code which will replace > older and less flexible implementation. (The older code is likely to be > removed in later releases of log4j, but not in the short term.) Actually rolling package was the first place I looked when I started searching log4j code. So, to make it completely clear, please confirm this: - rolling package is still in development and is not yet integrated into log4j - in due time, rolling package will completely replace all existing rolling... implementations > I hope this helps, Yes, it does. Thanks again. Alex > > At 12:32 AM 8/3/2004, [EMAIL PROTECTED] wrote: > >Hello, > > > >I'm a log4cxx user and I am trying to convince the developers to implement > >something similar like maxBackupIndex in DailyRollingFileAppender. They > >refuse to do it if it will break compatibility with log4j. > >How exactly does one determine the number of files being kept by > >DailyRollingfileAppender in log4j. If there is no way to this, what are > >the plans (if any) with this functionality? > >I was also told that DailyRollingFileAppender was deprecated in log4j but > >couldn't find confirmation in docs. Is that correct? > > > >Thanks, > > > >Alex > > -- > Ceki G�lc� > > For log4j documentation consider "The complete log4j manual" > ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
