[slf4j-dev] svn commit: r1320 - slf4j/trunk/slf4j-site/src/site/pages
ravn at slf4j.org
ravn at slf4j.org
Sat Apr 18 21:41:22 CEST 2009
Author: ravn
Date: Sat Apr 18 21:41:21 2009
New Revision: 1320
Modified:
slf4j/trunk/slf4j-site/src/site/pages/manual.html
Log:
added note on isDebugEnabled
Modified: slf4j/trunk/slf4j-site/src/site/pages/manual.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/manual.html (original)
+++ slf4j/trunk/slf4j-site/src/site/pages/manual.html Sat Apr 18 21:41:21 2009
@@ -246,7 +246,7 @@
</tr>
<tr class="a">
- <td>Swap logging frameworks at deployment</td>
+ <td>Choose logging frameworks at deployment</td>
<td>The desired logging framework can be plugged in at
deployment time by inserting the appropriate jar file
(binding) on your class path.
@@ -305,10 +305,11 @@
<tr class="alt">
<td>Support for parameterized log messages</td>
- <td>All SLF4J bindings support parameterized log messages
- with significantly <a
- href="faq.html#logging_performance">improved performance</a>
- results.</td>
+ <td>All SLF4J bindings support parameterized log messages with
+ significantly <a href="faq.html#logging_performance">improved
+ performance</a> results. Additionally this makes
+ the <a href="http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Category.html#isDebugEnabled()">"isDebugEnabled()"</a>
+ guard known from log4j superfluous.</td>
</tr>
More information about the slf4j-dev
mailing list