I can help over the weekend with switching to Commons Logging since I suggested it. Unless someone else really wants to. :)
I assume most things will become LOG.debug unless they are obviously referring to an error. I see that the Digester class does the following. I've been doing the latter to avoid the chance of typos and be able to call the log from static methods. protected Log log = LogSource.getInstance("org.apache.commons.digester"); protected static Log log = LogSource.getInstance(Digester.class.getName()); Also should MessageResources log methods be deprecated? log(java.lang.String message) would call LOG.debug log(java.lang.String message, java.lang.Throwable throwable) would call LOG.error Or possibly both should call debug. David --- Ted Husted <[EMAIL PROTECTED]> wrote: > > > So, I guess, it comes down to "in for a penny, > in for a pound"; are we > > > ready to cut a beta? > > "Craig R. McClanahan" wrote: > > Subject to adding services (I will be able to work > on it this weekend), > > +1. > > So, pencil in a beta for March 4th? > > Martin, you still up for the release manager thing? > > > -- Ted Husted, Husted dot Com, Fairport NY US > -- Developing Java Web Applications with Struts > -- Tel: +1 585 737-3463 > -- Web: http://husted.com/about/services > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>