Details
-
Bug
-
Resolution: Unresolved
-
None
-
1.7.x
-
None
-
Operating System: Windows NT
Platform: PC
-
major
-
P5
-
310
Description
The log4j-over-slf4j doesn't implement many of the classes and methods of log4j.
This results in ClassNotFoundException and NoSuchMethodError. Though such issues can be fixed by using slf4j equivalents, there is no control over third party jars that strictly call log4j methods/classes that are not available in log4j-over-slf4j. Is there any workaround to address this issue?