|
Hi Heikki,
The file log4j-gump.jar contains the gump suffix
because GUMP renames the log4j.jar file after it builds it every day. So, to
answer your question, the log4j-gump.jar is supposed to be the
*latest* possible build of the Log4j project. Cactus uses the normal log4j
distribution (not modified in whatsoever manner) ...
I have had a look at CVS for Log4j and there is
indeed a Logger class : http://cvs.apache.org/viewcvs/jakarta-log4j/src/java/org/apache/log4j/Logger.java
What must have happened is that this class was
introduced after the last Log4j release and this is why you don't have it in
release 1.1.3. However, if you are careful to put only your log4j jar in the
classpath (and not the ones from Cactus) everything should work fine as Cactus
does not make use of this internal Logger class. Cactus only uses the Category
class.
Thanks
-Vincent
|
Title:
- Log4j gump Heikki Doeleman
- RE: Log4j gump Vincent Massol
- RE: Log4j gump Heikki Doeleman
- Re: Log4j gump Vincent Massol
