Seems like I read somewhere that the (new) Log4J Logger class isn't supported until avalon-framework-4.1.4. Someone correct me if I'm wrong...
Anyway, even Phoenix 4.0.4 still "ships" with the avalon-framework-4.1.3.jar. You might have to drop the 4.1.4 jar into the Phoenix lib directory in order get a LogKit that knows about the Log4j Logger class. "Evyatar Kafkafi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] In what version of Phoenix does this work? I tried it in Phoenix 4.0.3 and got error message org.apache.avalon.phoenix.interfaces.DeploymentException: Unknown log version specification my environment.xml file is: <server> <logs version="log4j"> <factories> <factory type="file" class="org.apache.avalon.excalibur.logger.factory.FileTargetFactory"/> </factories> ... etc. Evyatar -----Original Message----- From: Peter Royal [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 18:26 To: Avalon framework users Subject: Re: [Phoenix] Using Log4J Logger subclasses > how to I configure > Phoenix > to use the log4j logger, etc.) in your environment.xml, put version="log4j" on the logs element. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
