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 it anywhere.
I've seen that the AsynchAppender has an addAppender method, but how exactly does that work, and what if I want to configure it all in my property file? Do I need to load the property file containing the AsynchAppender and then attach the RollingFileAppender programmatically? Thank you in advance for any responses. -- View this message in context: http://www.nabble.com/How-to-use-a-RollingFileAppender-asynchronously--tp17989557p17989557.html Sent from the Log4j - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
