Thanks for you reply

Is it configurable like Log4j?

currently trying to find info about it

Regards

Steve Vanspall

-----Original Message-----
From: Joe Tomcat [mailto:[EMAIL PROTECTED]]
Sent: Monday, 13 January 2003 10:13 AM
To: Tomcat Users List
Subject: Re: Problem with Log4j


On Mon, 2003-01-13 at 18:35, Steve Vanspall wrote:
> Hi there,
>
> I am using Tomcat 4.1.18 with JDK 1.4.1
>
> After a while, using the application, the following error pops us, and the
> web-app hangs.
>
> Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log
>
> This is an intermittent error. Until this happen, all logging works
without
> a hitch
>
> Has anyone else had this problem?

Here is a solution: If you are using JDK 1.4.1, you can use Java 1.4's
native logging abilities.  See java.util.logging.  It is quite a
powerful feature, and it uses a low-priority thread to do most of its
work, so it might perform better than log4j.



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to