I have tried to have another logger class instead of default mx4j.log.Logger. I've changed it with a setting -Dmx4j.log.prototype=mx4j.log.Log4JLogger. But it failed because the name of the class (mx4j.log.CommonsLogger) is hardcoded in GeronimoLogging. I think one should use the mechanism in mx4j to set this property properly, isn't it?
Thanks, Nellya. -----Original Message----- From: Heinz Drews [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 6:43 PM To: [email protected] Subject: Re: Can I change logger class for MX4J in Geronimo? I would try to redirect mx4j.log.Logger again as described in http://mx4j.sourceforge.net/docs/ch04s03.html. But what do you want to achieve? Heinz On 10/24/06, Udovichenko, Nellya <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I noticed that 'mx4j.log.CommonsLogger' is hardcoded in > org.apache.geronimo.kernel.log.GeronimoLogging class. > > Can I use another logger class? If yes then how can I do this? > > > > Thanks, > > Nellya Udovichenko > >
