[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v1.5.9.RC1-24-g4901ff5

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Thu Feb 25 15:58:32 CET 2010


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  4901ff5a22177bf6165beabde79d3fe135e9dd43 (commit)
      from  dae55b822906cbb5b701e6f58199e9b50c0e2df8 (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=4901ff5a22177bf6165beabde79d3fe135e9dd43
http://github.com/ceki/slf4j/commit/4901ff5a22177bf6165beabde79d3fe135e9dd43

commit 4901ff5a22177bf6165beabde79d3fe135e9dd43
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Feb 25 15:58:07 2010 +0100

    - minor edits in the docs

diff --git a/slf4j-site/src/site/pages/docs.html b/slf4j-site/src/site/pages/docs.html
index 5d5dc62..d1fc77c 100644
--- a/slf4j-site/src/site/pages/docs.html
+++ b/slf4j-site/src/site/pages/docs.html
@@ -65,7 +65,8 @@
     </li>
 
     <li>
-      <a href="slf4j-in-10-slides.ppt">SLF4J in 10 slides</a>, by Ceki G&uuml;lc&uuml;
+      <a href="slf4j-in-10-slides.ppt">JUnit 4 Test Logging Tips using
+      SLF4J</a>, by Ceki G&uuml;lc&uuml
     </li>
 
    <li>
@@ -84,6 +85,10 @@
         Version 99 Does Not Exist</a>, by Erik van Oosten
     </li>    
         
+    <li>
+      <a href="http://www.catosplace.net/blogs/personal/?p=442">JUnit
+      4 Test Logging Tips using SLF4J</a>, by Pete Sellars
+    </li>
 
     <li>
       <a
diff --git a/slf4j-site/src/site/pages/legacy.html b/slf4j-site/src/site/pages/legacy.html
index fa8d54d..7623b9d 100644
--- a/slf4j-site/src/site/pages/legacy.html
+++ b/slf4j-site/src/site/pages/legacy.html
@@ -60,8 +60,12 @@
     <em>commons-logging.jar</em> with
     <em>jcl-over-slf4j.jar</em>. Subsequently, the selection of the
     underlying logging framework will be done by SLF4J instead of JCL
-    but without the class loader headaches. The underlying logging
-    framework can be any of the frameworks supported by SLF4J.
+    <a href="http://articles.qos.ch/classloader.html">but without the
+    class loader headaches plaguing JCL</a>. The underlying logging
+    framework can be any of the frameworks supported by SLF4J. Often
+    times, replacing <em>commons-logging.jar</em> with
+    <em>jcl-over-slf4j.jar</em> will immediately and permanently solve
+    class loader issues related to commons logging.
     </p>
     
     <h3><em>slf4j-jcl.jar</em></h3>
diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html
index 6d1b1dc..aebe651 100644
--- a/slf4j-site/src/site/pages/manual.html
+++ b/slf4j-site/src/site/pages/manual.html
@@ -131,8 +131,7 @@ public class HelloWorld {
 
         <dt><em>slf4j-jdk14-${project.version}.jar</em> </dt>
         <dd>Binding for java.util.logging, also referred to as JDK 1.4
-        logging (<a
-        href="http://www.exampledepot.com/egs/java.util.logging/pkg.html">examples</a>)<p/></dd>
+        logging <p/></dd>
         
         <dt><em>slf4j-jcl-${project.version}.jar</em></dt>
         

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

Summary of changes:
 slf4j-site/src/site/pages/docs.html   |    7 ++++++-
 slf4j-site/src/site/pages/legacy.html |    8 ++++++--
 slf4j-site/src/site/pages/manual.html |    3 +--
 3 files changed, 13 insertions(+), 5 deletions(-)


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


More information about the slf4j-dev mailing list