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

ravn at slf4j.org ravn at slf4j.org
Thu Apr 16 21:46:46 CEST 2009


Author: ravn
Date: Thu Apr 16 21:46:45 2009
New Revision: 1305

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

Log:
revised "fail-fast operation" text to conform with title


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	Thu Apr 16 21:46:45 2009
@@ -243,20 +243,10 @@
 
         <tr class="alt">
           <td>Fail-fast operation</td>
-          <td>Assuming the appropriate jar file is available on the
-          class path, under no circumstances will SLF4J cause your
-          application to fail. SLF4J's simple and robust design
-          ensures that SLF4J never causes exceptions to be thrown.
-          
-          <p>Contrast this with
-          <code>LogConfigurationException</code> thrown by JCL which
-          will cause your otherwise functioning application to
-          fail. JCL-logging will throw a
-          <code>LogConfigurationException</code> in case the <a
-          href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/Log.html">Log</a>
-          interface and its dynamically discovered implementation
-          are loaded by different class loaders.
-          </p>
+          <td>Due to the way that classes are loaded by the JVM,
+	    the framework binding will be verified automatically
+	    very early and slf4j will abort execution if
+	    no binding is present.
           </td>
         </tr>
 



More information about the slf4j-dev mailing list