[slf4j-dev] svn commit: r1330 - slf4j/trunk/slf4j-site/src/site/pages
ravn at slf4j.org
ravn at slf4j.org
Sun Apr 26 13:09:12 CEST 2009
Author: ravn
Date: Sun Apr 26 13:09:12 2009
New Revision: 1330
Modified:
slf4j/trunk/slf4j-site/src/site/pages/manual.html
Log:
revised logback reference to mention same author and working well together
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 Sun Apr 26 13:09:12 2009
@@ -152,16 +152,8 @@
<p>There are also SLF4J bindings external to the SLF4J project,
e.g. <a href="http://logback.qos.ch/">logback</a> which
- implements SLF4J natively. Logback's
- <a href="http://logback.qos.ch/apidocs/ch/qos/logback/classic/Logger.html">
- <code>ch.qos.logback.classic.Logger</code></a> class is a direct
- implementation of SLF4J's
- <a href="http://www.slf4j.org/apidocs/org/slf4j/Logger.html">
- <code>org.slf4j.Logger</code></a> interface. Thus, using SLF4J
- in conjunction with logback involves strictly zero memory and
- computational overhead.
- </p>
-
+ implements SLF4J natively. Logback is authored by the same
+ programmer as slf4j, and they work very well together.</p>
<p>To switch logging frameworks, just replace slf4j bindings on
your class path. For example, to switch from java.util.logging
More information about the slf4j-dev
mailing list