Re: DailyRollingFileAppender and RollingFileAppender

2007-03-21 Thread Martin Ritchie
Sorry I was looking at the Intellij project built by maven. it didn't include the contribs code. I see Kevin Steppe created a CompositeRollingAppender that does just this. Sorry should have paid more attention to the actual code and the archives. That said as it is part of contrib this seems to ha

Re: DailyRollingFileAppender and RollingFileAppender

2007-03-21 Thread Fulg de Nea
Check this class: * CompositeRollingAppender combines RollingFileAppender and DailyRollingFileAppender * It can function as either or do both at the same time (making size * based rolling files like RollingFileAppender until a data/time boundary * is crossed at which time it rolls all of t

Re: DailyRollingFileAppender and RollingFileAppender

2007-03-21 Thread James Stauffer
1.2: Not will included appenders but I think someone made a custom appender to do it. Search the archives. 1.3: I think it may be supported. On 3/21/07, Martin Ritchie <[EMAIL PROTECTED]> wrote: Hello, I am a long time user of log4j I the current project I'm working on has a new requirement fo

DailyRollingFileAppender and RollingFileAppender

2007-03-21 Thread Martin Ritchie
Hello, I am a long time user of log4j I the current project I'm working on has a new requirement for rotating log files. I was happy to see that this can been done by log4j. However the two classes I saw were these: - DailyRollingFileAppender - Rotates based on dateFormat - RollingFileAppender

RE: It´s posible to mix DailyRollingFileAppender and RollingFileAppender?

2004-05-10 Thread Alan Brown
ou're interested in the source, email me directly. alan -Original Message- From: julian [mailto:[EMAIL PROTECTED] Sent: Monday, May 10, 2004 1:36 AM To: [EMAIL PROTECTED] Subject: It´s posible to mix DailyRollingFileAppender and RollingFileAppender? Hi everybody. I need an appende

It´s posible to mix DailyRollingFileAppender and RollingFileAppender?

2004-05-10 Thread julian
Hi everybody. I need an appender that can change file both daily or when the actual file´s size reaches a max size (something like mixing DailyRollingFileAppender and RollingFileAppender). It´s posible to obtain such appender without modifying source? If i need to modify the source... any of