You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/11/17 16:09:10 UTC

svn commit: r1410736 - /maven/site/trunk/src/site/markdown/logging-with-slf4j.md

Author: hboutemy
Date: Sat Nov 17 15:09:10 2012
New Revision: 1410736

URL: http://svn.apache.org/viewvc?rev=1410736&view=rev
Log:
removed text that don't give real value

Modified:
    maven/site/trunk/src/site/markdown/logging-with-slf4j.md

Modified: maven/site/trunk/src/site/markdown/logging-with-slf4j.md
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/markdown/logging-with-slf4j.md?rev=1410736&r1=1410735&r2=1410736&view=diff
==============================================================================
--- maven/site/trunk/src/site/markdown/logging-with-slf4j.md (original)
+++ maven/site/trunk/src/site/markdown/logging-with-slf4j.md Sat Nov 17 15:09:10 2012
@@ -16,7 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
-# Maven 3.1.x logging with SLF4J
+# Maven 3.1.x logging
 
 We have reached the decision that [SLF4J][1] is the best option for a logging API. SLF4J has reached a certain level of Ubiquity and while SLF4J may not be perfect, it's the de facto standard and it's pointless to try and remake another one. SLF4J is used by many prominent Java OSS projects including 15 Apache projects already.
 
@@ -108,11 +108,10 @@ org.slf4j.simpleLogger.warnLevelString=W
 
 ## Changing the SLF4J implementation
 
-If you want use a different logging implementation it is simply a matter of removing the slf4j-simple JAR from <code>lib</code> directory and replacing it with one of the alternative implementations, like [Log4j2][3] or [Logback][4]. The [m2e][5] project uses [SLF4J][1] with [Logback][4], for example. 
+If you want use a different logging implementation it is simply a matter of removing the slf4j-simple JAR from <code>lib</code> directory and replacing it with one of the alternative implementations, like [Log4j2][3] or [Logback][4]. 
 
 [1]: http://slf4j.org
 [2]: http://www.slf4j.org/apidocs/org/slf4j/impl/SimpleLogger.html
 [3]: http://logging.apache.org/log4j/2.x/slf4j-impl/
 [4]: http://logback.qos.ch
-[5]: http://eclipse.org/m2e/
 |6]: http://slf4j.org/apidocs/