At 12:53 PM 1/11/2006, Ceki Gülcü wrote:
6) Check that when log.debug is used, we have a if (log.isDebugEnabled())Note that the if(log.isXYZEnabled() blocks are superfluous with parameterized printing methods available in the SLF4J API.
SLF4J's parameterized printing methods do not require JDK 1.5. -- Ceki Gülcü
