Re: DailyRollingFileAppender.java enhancement

2008-01-25 Thread Simon Park
-dev@logging.apache.org Sent: Thursday, 24 January, 2008 6:45:18 PM Subject: Re: DailyRollingFileAppender.java enhancement On Jan 22, 2008 11:51 PM, Simon Park [EMAIL PROTECTED] wrote: Hi Manish, I contributed some code a few months ago that might fit the bill. It's an appender that behaves

Re: DailyRollingFileAppender.java enhancement

2008-01-22 Thread Simon Park
Hi Manish, I contributed some code a few months ago that might fit the bill. It's an appender that behaves similarly to the DailyRollingFileAppender, yet it also deletes older files. You can configure the number of files you wish to keep. A daemon thread periodically scans the files based

Re: Alternative Asynchronous Appender

2007-11-05 Thread Simon Park
Message From: Curt Arnold [EMAIL PROTECTED] To: Log4J Developers List log4j-dev@logging.apache.org Sent: Tuesday, 30 October, 2007 9:53:03 PM Subject: Re: Alternative Asynchronous Appender On Oct 30, 2007, at 3:01 PM, Simon Park wrote: Hi, I've posted code (Apache license, Log4J coding

Log4J 1.2.14 time-and-size-based appender

2007-09-18 Thread Simon Park
Hi, Before I stumbled upon Log4J Extras I had written a composite time-and-size-based appender against the 1.2.14 code. The code is freely available at http://www.simonsite.org.uk. The question is: is this actually useful? Is it worth contributing? I'd welcome feedback. My code clearly