[Bug 190] New: juli-over-slf4j module

http://bugzilla.slf4j.org/show_bug.cgi?id=190 Summary: juli-over-slf4j module Product: SLF4J Version: 1.6.x Platform: PC OS/Version: Windows XP Status: NEW Severity: blocker Priority: P1 Component: Implementations AssignedTo: slf4j-dev@qos.ch ReportedBy: olamy@apache.org Hi, Have a look at this fork : http://github.com/olamy/slf4j I have added a module to wrap juli logging library. Thanks -- 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=190 Olivier Lamy <olamy@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olamy@apache.org -- 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=190 --- Comment #1 from Ceki Gulcu <listid@qos.ch> 2010-07-10 17:59:10 --- Hello Olivier, Thank you for this submission. Could you explain in a few words the purpose of this new module? What is its goal? -- 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=190 Hugues Malphettes <hmalphettes@intalio.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hmalphettes@intalio.com --- Comment #2 from Hugues Malphettes <hmalphettes@intalio.com> 2011-01-28 07:33:45 CET --- Hi Ceki and Olivier. Tomcat uses its own facxade for the logging framework. They have a simple Log interface with what one would expect out of those things and a hardcoded implementation for it: In org.apache.juli.logging.LogFactory public Log getInstance(String name) throws LogConfigurationException { return DirectJDKLog.getInstance(name); } The javadoc says: There is no discovery mechanism at all. Please use a different jar with a different source to return a different Log implementation. So Olivier's version of the juli's LogFactory must look like this: return SLF4JLog.getInstance(name) I am looking into eventually adopting the tomcat versions of jasper for the upcoming jetty-8 with servlet-3.0 and jsp-2.2 support. Tomcat jasper uses this logging faxcade and in that context we would be interested into an implementation of juli-over-slf4j. -- 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=190 Thomas Zimmermann <zimmermann.tho@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zimmermann.tho@gmail.com -- You are receiving this mail because: You are the assignee for the bug.
participants (2)
-
bugzilla-daemon@pixie.qos.ch
-
bugzilla-daemon@qos.ch