Re: How to use a RollingFileAppender asynchronously?

2008-07-10 Thread krista
message to be written when the underlying appender could take > a while to write. > > James A. N. Stauffer http://www.geocities.com/stauffer_james/ > Are you good? Take the test at http://www.livingwaters.com/good/ > > > On Wed, Jun 18, 2008 at 2:01 PM, krista <[EMAIL

How to use a RollingFileAppender asynchronously?

2008-06-18 Thread krista
I was wondering if anyone knew if there was a built in way to use a RollingFileAppender combined with the AsyncAppender? I have a log file that needs rollover capability and that multiple processes will be hitting. This seems like a pretty common thing to need, but I can't find any references to