Hi Ceki, thanks for helping me sort this out.<div><br></div><div>So my understanding is as follows:</div><div><br></div><div>1) slf4j-simple.jar is our basic logging framework that has no configuration options.</div><div><br>
</div><div>2) jcl-over-slf4j-1.6.0.jar is providing the implementation of JCL that forwards requests on to the SLF4J Simple framework (in this case), so any JCL configuration options will have no effect because JCL is not the actual underlying logging framework.</div>
<div><br></div><div>3) If I want to have options such as setting log level or writing the log output to a file then I would need to remove slf4j-simple.jar and replace it with another logging framework. Logback seems to be a good option that has come up a few times during my investigation.</div>
<div><br></div><div>Hopefully I am getting some of this correct, but I appreciate if you can correct anything I am not getting right.</div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div><div><br></div>
<div><br><div class="gmail_quote">On 24 June 2010 18:18, Ceki Gülcü <span dir="ltr">&lt;<a href="mailto:ceki@qos.ch">ceki@qos.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello Kevan,<br>
<br>
SLF4J does not heed any configuration properties, none whatsoever. The<br>
only configuration you can do is to select the underlying logging<br>
framework that SLF4J will delegate to by placing a jar file on the<br>
class path, slf4j-simple.jar in your case.<br>
<br>
HTH,<div><div></div><div class="h5"><br>
<br>
On 23/06/2010 10:30 PM, Kevan Stannard wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am working on a Groovy application with Spring.<br>
<br>
I have the following SLF4J jars:<br>
<br>
slf4j-api-1.6.0.jar<br>
slf4j-simple-1.6.0.jar<br>
jcl-over-slf4j-1.6.0.jar<br>
<br>
With these jars Is it possible to configure<br>
a) the log level, or<br>
b) a file to write the logging output to?<br>
<br>
I did find an old post from Ceki that indicated that SLF4J Simple could<br>
not be configured (<br>
<a href="http://www.mail-archive.com/user@slf4j.org/msg00384.html" target="_blank">http://www.mail-archive.com/user@slf4j.org/msg00384.html</a> ) but I just<br>
wanted to confirm this.<br>
<br>
I am new to both SLF4J and logging so I appreciate any advice.<br>
<br>
Thanks<br>
<br>
</blockquote>
<br></div></div>
_______________________________________________<br>
slf4j-user mailing list<br>
<a href="mailto:slf4j-user@qos.ch" target="_blank">slf4j-user@qos.ch</a><br>
<a href="http://qos.ch/mailman/listinfo/slf4j-user" target="_blank">http://qos.ch/mailman/listinfo/slf4j-user</a><br>
</blockquote></div><br></div></div>