Details
-
Bug
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
major
-
P1
-
273
Description
Hi,
i want to use log4j-over-slf4j to replace the logging via original Log4J from IBM Content Manager 8. Unfortunatelly IBM CM8 has a very nasty way of using Log4J: it inherits from org.apache.log4j.Logger and use the method getLogger(String,LoggerFactory) but this method is not implemented in log4j-over-slf4j => NoSuchMethodException. Could you please implement org.apache.log4j.Logger#getLogger(String,LoggerFactory) ... my target is to log IBM CM8 messages via SLF4J / lb-beagle.
Christian