Hi,<br><br>Logging framework users usually creates a logger per-class basis like this:<br><br>class &lt;ClassName&gt; {<br>&nbsp;&nbsp;&nbsp; private static final Logger log = LoggerFactory.getLogger( &lt;ClassName&gt;.class );<br>...<br>
}<br><br>So it would be great if SLF4J provide LoggerFactory.getLogger() which returns a Logger whose name is the same with the FQCN of the caller class.&nbsp; It should be very easy in case of JDK 1.4 and be not that hard in JDK 
1.2 and 1.3, either.&nbsp; WDYT?<br><br>Trustin<br>-- <br>what we call human nature is actually human habit<br>--<br><a href="http://gleamynode.net/">http://gleamynode.net/</a>