[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.6.4-24-gb48ade9

Gitbot git-noreply at pixie.qos.ch
Mon Jun 4 08:22:23 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  b48ade9995a90fbd406b322080b99b10b303c320 (commit)
      from  79e1b897069d3e8586f857e30cb9e6b03e5711a4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=b48ade9995a90fbd406b322080b99b10b303c320
http://github.com/ceki/slf4j/commit/b48ade9995a90fbd406b322080b99b10b303c320

commit b48ade9995a90fbd406b322080b99b10b303c320
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Jun 4 08:20:57 2012 +0200

    minor edits

diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html
index 63690d3..8b13734 100644
--- a/slf4j-site/src/site/pages/manual.html
+++ b/slf4j-site/src/site/pages/manual.html
@@ -248,7 +248,7 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
 
 
       <h3><a name="projectDep" href="#projectDep">Declaring project
-      dependencies for your project</a></h3>
+      dependencies for logging</a></h3>
 
       <p><b>Please note that embedded components such as libraries or
       frameworks should not declare a dependency on any slf4j binding
@@ -264,14 +264,13 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
       declaration.
       </p>
 
-      <p><span class="label notice">declaring logback-classic</span>
-      If you wish to use logback-classic as the underlying logging
-      framework, all you need to do is to declare
-      "ch.qos.logback:logback-classic" as a dependency in your
-      <em>pom.xml</em> file as shown below. In addition to
-      <em>logback-classic-${logback.version}.jar</em>, this will pull
-      <em>slf4j-api-${project.version}.jar</em> as well as
-      <em>logback-core-${logback.version}.jar</em> into your
+      <p><span class="label notice">logback-classic</span> If you wish
+      to use logback-classic as the underlying logging framework, all
+      you need to do is to declare "ch.qos.logback:logback-classic" as
+      a dependency in your <em>pom.xml</em> file as shown below. In
+      addition to <em>logback-classic-${logback.version}.jar</em>,
+      this will pull <em>slf4j-api-${project.version}.jar</em> as well
+      as <em>logback-core-${logback.version}.jar</em> into your
       project.</p>
 
 <pre class="prettyprint source"><dependency> 
@@ -282,10 +281,10 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
 
      <p/>
 
-      <p><span class="label notice">declaring log4j</span> If you wish
-      to use log4j as the underlying logging framework, all you need
-      to do is to declare "org.slf4j:slf4j-log4j12" as a dependency in
-      your <em>pom.xml</em> file as shown below. In addition to
+      <p><span class="label notice">log4j</span> If you wish to use
+      log4j as the underlying logging framework, all you need to do is
+      to declare "org.slf4j:slf4j-log4j12" as a dependency in your
+      <em>pom.xml</em> file as shown below. In addition to
       <em>slf4j-log4j12-${project.version}.jar</em>, this will pull
       <em>slf4j-api-${project.version}.jar</em> as well as
       <em>log4j-${log4j.version}.jar</em> into your project.</p>
@@ -298,13 +297,13 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail
 
      <p/>
 
-      <p><span class="label notice">declaring j.u.l</span> If you wish
-      to use java.util.logging as the underlying logging framework,
-      all you need to do is to declare "org.slf4j:slf4j-jdk14" as a
-      dependency in your <em>pom.xml</em> file as shown below. In
-      addition to <em>slf4j-jdk14-${project.version}.jar</em>, this
-      will pull <em>slf4j-api-${project.version}.jar</em> into your
-      project.</p>
+      <p><span class="label notice">java.util.logging</span> If you
+      wish to use java.util.logging as the underlying logging
+      framework, all you need to do is to declare
+      "org.slf4j:slf4j-jdk14" as a dependency in your <em>pom.xml</em>
+      file as shown below. In addition to
+      <em>slf4j-jdk14-${project.version}.jar</em>, this will pull
+      <em>slf4j-api-${project.version}.jar</em> into your project.</p>
 
 <pre class="prettyprint source"><dependency> 
   <groupId>org.slf4j</groupId>

-----------------------------------------------------------------------

Summary of changes:
 slf4j-site/src/site/pages/manual.html |   39 ++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list