[Bug 273] New: Missing method org.apache.log4j.Logger#getLogger(String, LoggerFactory)

http://bugzilla.slf4j.org/show_bug.cgi?id=273 Summary: Missing method org.apache.log4j.Logger#getLogger(String,LoggerFactory ) Product: SLF4J Version: unspecified Platform: All OS/Version: All Status: NEW Severity: major Priority: P1 Component: log4j-over-slf4j AssignedTo: slf4j-dev@qos.ch ReportedBy: christian.trutz@gmail.com 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 -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=273 Ceki Gulcu <listid@qos.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |listid@qos.ch --- Comment #1 from Ceki Gulcu <listid@qos.ch> 2012-09-21 23:50:30 CEST --- Hi Christian, Would you consider providing a patch? -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=273 --- Comment #2 from Christian Trutz <christian.trutz@gmail.com> 2012-09-26 23:11:07 CEST --- Hi Ceki, hurrrra after a bloody fight with IBM Content Manager 8, it works now: https://github.com/qos-ch/slf4j/pull/25 IBM Content Manager logs now via SLF4J, the first step is taken ;-) Christian -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=273 Christian Trutz <christian.trutz@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Christian Trutz <christian.trutz@gmail.com> 2012-09-27 12:32:51 CEST --- Resolved now via https://github.com/qos-ch/slf4j/commit/442e90ba5785cba96a620d0b4fa1f1a6ae267... -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@qos.ch