Monday 24 March 2008

Log4J Asynchronous Appender Contrib

I've updated my ActiveAsynchronousAppender contribution to make fuller use of the JSR166 backport-util-concurrent libraries. Take a look at the Javadoc, or download the source and binaries. More info on my home page.

3 comments:

Marco Tulio Pelegrini said...

Is there a way to implement a Asynchronouns AND DailyRolling Appender ? I'm been thinking in something like that but I'm not sure about the problems I would pass to.

I appreciate your help.

Simon said...

Sure, just wrap the async appender around the rolling appender. Plenty of examples of how to do this on the web.

Simon said...

Meant to mention that you can do this via configuration pretty easily.