You bet, <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=38">http://bugzilla.slf4j.org/show_bug.cgi?id=38</a><br><br>Along similar lines, I wonder if it makes sense to move log4j-bridge up to slf4j, or the jcl-bridge down into logback? Keeping all of the facade code in one place.
<br><br><div><span class="gmail_quote">On 2/7/07, <b class="gmail_sendername">Ceki Gülcü</b> &lt;<a href="mailto:listid@qos.ch">listid@qos.ch</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
At 05:08 PM 2/7/2007, Eric Crahen wrote:<br>&gt;Hi,<br>&gt;<br>&gt;&nbsp;&nbsp; I&#39;ve been experimenting with logback + slf4j and have been quite<br>&gt; impressed. The slf4j API is what I write new code against, and I&#39;m able
<br>&gt; to leverage the jcl104-over-slf4j facade and logback-log4j-bridge to<br>&gt; intercept calls to commons logging and log4j respectively. This works<br>&gt; really well so far. I do have one other legacy logging API that is used
<br>&gt; in some circumstances. That&#39;s the jdk14 jul api. Has anyone written a jul<br>&gt; Handler that will route jul calls to logback? Any comments on how well<br>&gt; that has/would work out?<br><br>Many thanks. It&#39;s always a pleasure to hear good things about one&#39;s work.
<br><br>Except for bug#23 (see [1]) which is usually not blocking, the<br>jcl104-over-slf4j bridge is known to work well for some time now. The<br>logback-log4j-bridge is much more recent and works surprisingly well thus<br>
far. We currently use it in all our legacy systems in production.<br><br>Although we have not attempted to do so, bridging the jul API should be<br>possible. After all, x4juli does it. Would you mind creating a bug report
<br>so that we implement this feature for the next release of logback?<br><br>[1] <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=23">http://bugzilla.slf4j.org/show_bug.cgi?id=23</a><br><br>&gt;Thanks,<br>&gt;<br>&gt;--
<br>&gt;<br>&gt;- Eric<br><br>--<br>Ceki Gülcü<br>Logback: The reliable, generic, fast and flexible logging framework for Java.<br><a href="http://logback.qos.ch">http://logback.qos.ch</a><br><br>_______________________________________________
<br>Logback-user mailing list<br><a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br><a href="http://qos.ch/mailman/listinfo/logback-user">http://qos.ch/mailman/listinfo/logback-user</a><br></blockquote></div>
<br><br clear="all"><br>-- <br><br>- Eric