Making the JBossMX logger use log4j is easy enough. The only problem is log4j isn't configured until after the MBeanServer is created in ServerImpl. This isn't a big problem since the loggers are designed to boot with System.err and swap over to the required logging implementation when it becomes available.
There are also some places in the code that do System.out directly that need fixing. I'll do this at the weekend. I'm was also looking at reducing the footprint for embedded, while allowing functionality to be added later. My early attempt isn't very good. The footprint is 9k compared with 2k for common's Logger. Regards, Adrian * * * View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=14612 _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
