Commons-loggin and AsyncAppender

2003-09-17 Thread john . donahue
I wish to use a log4j AsyncAppender behind the commons-logging facade. The issue is that I know the use of AsyncAppenders requires an XML configuration file, and the DOMConfigurator to digest this config file. Is this possible when using commons-logging? Thanks.

Re: Commons-loggin and AsyncAppender

2003-09-17 Thread Craig R. McClanahan
On Wed, 17 Sep 2003 [EMAIL PROTECTED] wrote: Date: Wed, 17 Sep 2003 12:03:28 -0400 From: [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Commons-loggin and AsyncAppender I wish to use a log4j AsyncAppender behind the commons-logging

Re: Commons-loggin and AsyncAppender

2003-09-17 Thread john . donahue
2003 [EMAIL PROTECTED] wrote: Date: Wed, 17 Sep 2003 12:03:28 -0400 From: [EMAIL PROTECTED] Reply-To: Jakarta Commons Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Commons-loggin and AsyncAppender I wish to use a log4j AsyncAppender behind the commons-logging facade. The issue

Re: Commons-loggin and AsyncAppender

2003-09-17 Thread robert burrell donkin
-loggin and AsyncAppender I wish to use a log4j AsyncAppender behind the commons-logging facade. The issue is that I know the use of AsyncAppenders requires an XML configuration file, and the DOMConfigurator to digest this config file. Is this possible when using commons-logging? Sure. Commons-logging

Re: Commons-loggin and AsyncAppender

2003-09-17 Thread jbisotti
[EMAIL PROTECTED] on 09/17/2003 04:40:37 PM Please respond to Jakarta Commons Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: Commons-loggin and AsyncAppender That's exactly my point...the use of AsyncAppender requires an XML formatted configuration file, not a java