On Wed, 17 Sep 2003 john.donahue@pfpc.com wrote:
> Date: Wed, 17 Sep 2003 12:03:28 -0400
> From: john.donahue@pfpc.com
> Reply-To: Jakarta Commons Users List <commons-user@jakarta.apache.org>
> To: commons-user@jakarta.apache.org
> Subject: Commons-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 doesn't care how you configure the underlying
logging system (Log4J in your case). Just follow the standard Log4J
documentation on how to set this up.
> Thanks.
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org
|