[slf4j-dev] [Bug 234] New: log4j-over-slf4j and legacy projects providing their own log4j LoggerFactory
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Mon Aug 15 17:55:54 CEST 2011
http://bugzilla.slf4j.org/show_bug.cgi?id=234
Summary: log4j-over-slf4j and legacy projects providing their
own log4j LoggerFactory
Product: SLF4J
Version: 1.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: log4j-over-slf4j
AssignedTo: slf4j-dev at qos.ch
ReportedBy: laurent.pellegrino at gmail.com
I tried to use log4j-over-slf4j in a legacy project that provides its own
LoggerFactory and when I use log4j-over-slf4j I get a
java.lang.NoSuchMethodError for Logger#getLogger(String name, LoggerFactory
factory). After having inspected the log4j-over-slf4j source code, it seems
that the bridge does not provide an implementation for the
Logger#getLogger(String name, LoggerFactory factory) method. Is there any
reason for that?
--
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