[slf4j-dev] svn commit: r1006 - slf4j/trunk/slf4j-site/src/site/pages

ceki at slf4j.org ceki at slf4j.org
Tue Apr 29 18:25:03 CEST 2008


Author: ceki
Date: Tue Apr 29 18:25:03 2008
New Revision: 1006

Modified:
   slf4j/trunk/slf4j-site/src/site/pages/migrator.html

Log:
- minor doc enhancements

Modified: slf4j/trunk/slf4j-site/src/site/pages/migrator.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/migrator.html	(original)
+++ slf4j/trunk/slf4j-site/src/site/pages/migrator.html	Tue Apr 29 18:25:03 2008
@@ -117,8 +117,7 @@
 
     <p>If one of your log statements contains a non-string object as
     its sole parameter, you will have to manually add a toString()
-    method call on the object. In most cases, there are surprisingly
-    few such log statements.
+    method call on the object. 
     </p>
 
     <p>For example,</p>
@@ -219,7 +218,7 @@
 
     </li>
 
-    <li>Invocations of the following methods in the
+    <li>Invocations of the following methods defined in the
     <code>java.util.logging.Logger</code> class need to be migrated
     manually: <code>log</code>, <code>logp</code>, <code>logrb</code>,
     <code>entering</code>, <code>exiting</code>.



More information about the slf4j-dev mailing list