[slf4j-dev] [Bug 99] java.lang.NoSuchMethodError: org.apache.log4j.Logger. isTraceEnabled()Z
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Fri Sep 12 17:04:23 CEST 2008
http://bugzilla.slf4j.org/show_bug.cgi?id=99
Ceki Gulcu <listid at qos.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |INVALID
Status|NEW |RESOLVED
CC| |listid at qos.ch
--- Comment #1 from Ceki Gulcu <listid at qos.ch> 2008-09-12 17:04:23 ---
I actually went and tested the following combination:
slf4j-api-1.5.2.jar
slf4j-log4j12-1.5.2.jar
jcl-over-slf4j-1.5.2.jar
and
log4j-1.2.11.jar
It just works, in the sense that TRACE is mapped to DEBUG as indicated in bug
68.
The fist line of the stack trace you reported, that is
"org.slf4j.spi.LocationAwareLogger.isTraceEnabled()" says that its an internal
SLF4J method which is missing. Are you sure you don't have an older version of
SLF4J being pulled in? It really looks like you do...
I am marking this bug as INVALID.
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the slf4j-dev
mailing list