> Let's say you want to filter the
> jakarta-commons httpclient package out of your logging,
> EXCEPT when you're calling that package from the section of
> your code that you're currently debugging. That's not
> something you can easily do, because you don't know the
> calling context withou
What you said is true. But we're talking about something slightly
different. Let's say you want to filter the jakarta-commons httpclient
package out of your logging, EXCEPT when you're calling that package
from the section of your code that you're currently debugging. That's
not something you ca
At 04:53 PM 2/10/2004, you wrote:
Howdy,
See
http://nagoya.apache.org/wiki/apachewiki.cgi?Log4JProjectPages/UsefulCod
e.
Thanks a lot... Looks like the addender method is exactly what I was
looking for. Shame Log4J doesn't include such a facility though.
Regards,
Serge Huber.
- -- --- -=
Howdy,
See
http://nagoya.apache.org/wiki/apachewiki.cgi?Log4JProjectPages/UsefulCod
e.
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Serge Huber [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, February 10, 2004 10:52 AM
>To: [EMAIL PROTECTED]
>Subject: Is there a way to t
Hi,
As more and more projects are using log4j, I've run into the following
problem : I'm trying to integrate two pieces of software that use log4j,
but there is a conflict with initialization (or configuration if you
prefer). Basically I'd like to have a way to know if Log4J has already been
c
I will be out of the office starting 02/10/2004 and will not return until
02/12/2004.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I've searched all the mail lists without any success. Hopefully someone else has seen
this problem and can identify a solution.
I have an RMI application which has been in continual use for the last 2 years. A
recent enhancement to the application was to add error logging using log4j. Since