<p>Yeah, JUL requires special configuration because it can&#39;t be done by providing stub classes because JUL is always present.  If I recall there is some pretty significant overhead involved compared with the other brigdes.</p>

<div class="gmail_quote">On Nov 7, 2010 5:44 AM, &quot;Robert Elliot&quot; &lt;<a href="mailto:rob@lidalia.org.uk">rob@lidalia.org.uk</a>&gt; wrote:<br type="attribution">&gt; I think you have to configure JULI to use JULI-over-slf4j. There are full details on the SLF4J bridging legacy APIs page. <br>
&gt; <br>&gt; <br>&gt; <br>&gt; On 7 Nov 2010, at 10:32, DM &lt;<a href="mailto:d.m@streber24.de">d.m@streber24.de</a>&gt; wrote:<br>&gt; <br>&gt;&gt; Hi,<br>&gt;&gt; <br>&gt;&gt; Am 07.11.2010 10:36 schrieb Ali Salehi:<br>
&gt;&gt;&gt; Thanks, I added jul-to-slf4j-1.6.1.jar to the classpath. Unfortunately I<br>&gt;&gt;&gt; am still getting logs produced by java.util.log as shown in the code.<br>&gt;&gt;&gt; <br>&gt;&gt; Strange. I&#39;ve never used jul, but successfully bridged jcl<br>
&gt;&gt; (java.commons.logging) and log4j to SLF4J/logback.<br>&gt;&gt; <br>&gt;&gt; But try to use the same logging-level for both loggers, just to figure<br>&gt;&gt; it out.<br>&gt;&gt; <br>&gt;&gt; Dieter Mueller<br>&gt;&gt;&gt; <br>
&gt;&gt;&gt; -A<br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; <br>&gt;&gt;&gt; On Sun, Nov 7, 2010 at 8:23 PM, &quot;Dieter Müller&quot; &lt;<a href="mailto:d.m@streber24.de">d.m@streber24.de</a><br>&gt;&gt;&gt; &lt;mailto:<a href="mailto:d.m@streber24.de">d.m@streber24.de</a>&gt;&gt; wrote:<br>
&gt;&gt;&gt; <br>&gt;&gt;&gt;    Hi,<br>&gt;&gt;&gt; <br>&gt;&gt;&gt;    -------- Original-Nachricht --------<br>&gt;&gt;&gt;&gt; Datum: Sun, 7 Nov 2010 17:41:40 +1100<br>&gt;&gt;&gt;&gt; Von: Ali Salehi &lt;<a href="mailto:salehiam@gmail.com">salehiam@gmail.com</a> &lt;mailto:<a href="mailto:salehiam@gmail.com">salehiam@gmail.com</a>&gt;&gt;<br>
&gt;&gt;&gt;&gt; An: <a href="mailto:logback-user@qos.ch">logback-user@qos.ch</a> &lt;mailto:<a href="mailto:logback-user@qos.ch">logback-user@qos.ch</a>&gt;<br>&gt;&gt;&gt;&gt; Betreff: [logback-user] Backlog,      SLF4J and jars using other<br>
&gt;&gt;&gt;    logging frameworks<br>&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; Hi all,<br>&gt;&gt;&gt;&gt; I have a dependency to a jar file which is using java.util.logging. My<br>&gt;&gt;&gt;&gt; code<br>&gt;&gt;&gt;&gt; uses Logback/slf4j framework. As I understood, slf4j will proxy other<br>
&gt;&gt;&gt;&gt; logging frameworks.<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; SLF4J/Backlog.<br>&gt;&gt;&gt;    Logback ;-))<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; I have slf4j-api-1.6.1.jar, logback-classic-0.9.24.jar and<br>
&gt;&gt;&gt;&gt; logback-core-0.9.24.jar files in my classpath.<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;&gt; I appreciate your comments,<br>&gt;&gt;&gt;&gt; <br>&gt;&gt;&gt;    I think, you shoud add the bridging jar jul-to-slf4j.jar to the<br>
&gt;&gt;&gt;    classpath too, because this will forward the java logger output to<br>&gt;&gt;&gt;    slf4j (interface) and in the end to logback as implementation.<br>&gt;&gt;&gt; <br>&gt;&gt;&gt;    Dieter Mueller.<br>&gt;&gt;&gt; <br>
&gt;&gt; _______________________________________________<br>&gt;&gt; Logback-user mailing list<br>&gt;&gt; <a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>&gt;&gt; <a href="http://qos.ch/mailman/listinfo/logback-user">http://qos.ch/mailman/listinfo/logback-user</a><br>
&gt; _______________________________________________<br>&gt; Logback-user mailing list<br>&gt; <a href="mailto:Logback-user@qos.ch">Logback-user@qos.ch</a><br>&gt; <a href="http://qos.ch/mailman/listinfo/logback-user">http://qos.ch/mailman/listinfo/logback-user</a><br>
</div>