Re: RollingFileAppender

2001-09-28 Thread David Owens
Hey there, I have a version with a time stamp which can roll at any interval, and any time. It also takes care of two rolling appenders writing to the same file. If your interested in combining them let me know and I'll send you the source. |)ave [EMAIL PROTECTED] Devidts, Maurice wrote:

RollingFileAppender

2001-09-28 Thread Devidts, Maurice
Hi, I am new to Log4J and the list and I created a variant to the RollingFileAppender which GZIPs (GZIPOutputStream) the log prior to rolling it over. The modification also rolls properly if previously rolled files are uncompressed for viewing. I was interested in contributing, but not sure how