Re: [5.0] mbean-names [logging]

2002-07-30 Thread Patrick Luby
Bob, Bob Herrmann wrote: > > Just so I get an idea of the scale of changes.. Tomcat has a lot of code > that uses a pattern like this; > > private void log(String message) { > Logger logger = null; > if (container != null) > logger = container.getLogger(); >

Re: [5.0] mbean-names [logging]

2002-07-30 Thread Bob Herrmann
On Mon, 2002-07-29 at 23:04, [EMAIL PROTECTED] wrote: > On 29 Jul 2002, Bob Herrmann wrote: > > > > > > Same should happen for Log, assuming we get the commons-logging > > > to support JMX and add a wrapper for JDK1.4 ( for log4j > > > we should just use their mbean ). I assume we all agree on >