-----Original Message-----
From: Berin Loritsch [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 10:11 AM
To: Avalon framework users
Subject: Re: LogKit and Log4j
Dave Castonguay wrote:
Hi Berin, Thanks for your response, but I still have some issues.
I use the following rote element in my xlog file:
<log4j:configuration> </log4j:configuration>
And I have the following code:
public class AuditImpl extends AbstractLogEnabled implements Audit,
Serviceable, Configurable, Initializable, Disposable
{
. . .
public void commit(String msg)
{
. . . getLogger().info(msg);
}
. . .
}
Which version of Fortress are you using? We probably need to do a new release with these changes.
I'm using the excalibur-fortress-complete-1.0.jar jar file.
So I can not use logkit on top of log4j, right?
Thanks a lot
Ok. That version does not have the Log4J support. We have that support in the version in the "avalon" CVS module.
We probably should do another release sooner rather than later.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
