Hi,<br><br>Logging framework users usually creates a logger per-class basis like this:<br><br>class <ClassName> {<br> private static final Logger log = LoggerFactory.getLogger( <ClassName>.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. It should be very easy in case of JDK 1.4 and be not that hard in JDK
1.2 and 1.3, either. 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>