Author: ceki
Date: Fri Dec  5 12:34:17 2008
New Revision: 1255

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

Log:
- rewording of an  FAQ entry

Modified: slf4j/trunk/slf4j-site/src/site/pages/faq.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/faq.html      (original)
+++ slf4j/trunk/slf4j-site/src/site/pages/faq.html      Fri Dec  5 12:34:17 2008
@@ -191,10 +191,11 @@
       logging. However, one of your important clients request that
       logging be performed through JDK 1.4 logging. If your
       application is riddled with thousands of direct log4j calls,
-      migration to JDK 1.4 would be a long and error-prone
-      process. Had you been invoking SLF4J API instead of log4j, the
-      migration could be completed in a matter of minutes instead of
-      hours.
+      migration to JDK 1.4 would be a relatively lengthy and
+      error-prone process. Even worse, you would potentially need to
+      maintain two versions of your CRM. Had you been invoking SLF4J
+      API instead of log4j, the migration could be completed in a
+      matter of minutes by replacing one jar file with another.
       </p>
       
       <p>SLF4J lets component developers to defer the choice of the
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to