Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: 1.6.x
-
Fix Version/s: None
-
Component/s: log4j-over-slf4j
-
Labels:None
-
Environment:
Operating System: All
Platform: All
-
External issue URL:
-
Severity:blocker
-
Priority:P1
-
External issue ID:234
Description
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?