RE: CocoonServlet.java patch

2002-01-09 Thread Carsten Ziegeler
Hi Ihor, thanks for your patch - it's applied. Carsten > -Original Message- > From: Ihor Strutynskyj [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 8:48 PM > To: [EMAIL PROTECTED] > Subject: CocoonServlet.java patch > > > Hi all, > This is my first message to this list, so

Re: CocoonServlet.java patch

2002-01-08 Thread Peter Royal
On Tuesday 08 January 2002 02:48 pm, Ihor Strutynskyj wrote: > The other thing I would like to mention is: > Why org.apache.log.Logger.log.warn() (or .info(), .error(), .debug()) call > is always wrapped with if (log.isWarnEnabled()) {}? The > org.apache.log.Logger has already isXxxxEnabled() wrap