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

Gitbot git-noreply at pixie.qos.ch
Sun Jan 1 13:17:12 CET 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  c62ff134a33eecc63ed01407387a614fdab3b7b3 (commit)
      from  c40b8ac3eaae7730c3e4cd07e2550415f7881a2f (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=c62ff134a33eecc63ed01407387a614fdab3b7b3
http://github.com/ceki/slf4j/commit/c62ff134a33eecc63ed01407387a614fdab3b7b3

commit c62ff134a33eecc63ed01407387a614fdab3b7b3
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Sun Jan 1 13:17:05 2012 +0100

    2012 copyright, cosmetic changes

diff --git a/slf4j-site/src/site/pages/codes.html b/slf4j-site/src/site/pages/codes.html
index d38a408..ba5bd00 100644
--- a/slf4j-site/src/site/pages/codes.html
+++ b/slf4j-site/src/site/pages/codes.html
@@ -103,7 +103,7 @@
     problem.
     </p>
 
-    <p>As of SLF4J version 1.6, in the absence of a binding, SLF4J
+    <p><span class="label">since 1.6.0</span> As of SLF4J version 1.6, in the absence of a binding, SLF4J
     will default to a no-operation (NOP) logger implementation.
     </p>
 
@@ -160,9 +160,9 @@
     to use the nop (no-operation) binding, then remove
     <em>slf4j-simple-${version}.jar</em> from the class path.</p>
 
-    <p>Note that the warning emitted by SLF4J is just that, a
-    warning. SLF4J will still bind with the first framework it finds
-    on the class path.
+    <p><span class="label notice">Note</span> The warning emitted by
+    SLF4J is just that, a warning. SLF4J will still bind with the
+    first framework it finds on the class path.
     </p>
 
     <!-- ====================================================== -->
@@ -181,11 +181,11 @@
     slf4j-simple-${project.version}.jar, using slf4j-simple-1.5.5.jar
     will not work.</p>
 
-    <p>It should be noted that from the client's perspective all
-    versions of slf4j-api are compatible. Client code compiled with
-    <em>slf4j-api-N.jar</em> will run perfectly fine with
-    <em>slf4j-api-M.jar</em> for any N and M. You only need to ensure
-    that the version of your binding matches that of the
+    <p><span class="label notice">Note</span> From the client's
+    perspective all versions of slf4j-api are compatible. Client code
+    compiled with <em>slf4j-api-N.jar</em> will run perfectly fine
+    with <em>slf4j-api-M.jar</em> for any N and M. You only need to
+    ensure that the version of your binding matches that of the
     slf4j-api.jar. You do not have to worry about the version of
     slf4j-api.jar used by a given dependendency in your project. You
     can always use any version of <em>slf4j-api.jar</em>, and as long
@@ -250,10 +250,10 @@
   at org.apache.log4j.LogManager.getLogger(LogManager.java:39)
   subsequent lines omitted...</pre>
 
-    <p>As of SLF4J version 1.5.11, the code preempts the inevitable
-    stack overflow error by throwing an exception with details about
-    the actual cause of the problem. This is deemed to be better than
-    leaving the user wondering about the reasons of the
+    <p><span class="label">Since 1.5.11</span> SLF4J software preempts
+    the inevitable stack overflow error by throwing an exception with
+    details about the actual cause of the problem. This is deemed to
+    be better than leaving the user wondering about the reasons of the
     <code>StackOverflowError</code>.
     </p>
 
@@ -295,10 +295,10 @@
   subsequent lines omitted...</pre>
 
 
-    <p>As of SLF4J version 1.5.11, the code preempts the inevitable
-    stack overflow error by throwing an exception with details about
-    the actual cause of the problem.  This is deemed to be better than
-    leaving the user wondering about the reasons of the
+    <p><span class="label">Since 1.5.11</span> SLF4J software preempts
+    the inevitable stack overflow error by throwing an exception with
+    details about the actual cause of the problem.  This is deemed to
+    be better than leaving the user wondering about the reasons of the
     <code>StackOverflowError</code>.
     </p>
 
diff --git a/slf4j-site/src/site/pages/css/site.css b/slf4j-site/src/site/pages/css/site.css
index c37215c..def6249 100644
--- a/slf4j-site/src/site/pages/css/site.css
+++ b/slf4j-site/src/site/pages/css/site.css
@@ -139,10 +139,13 @@ strong {
 }
 
 .menuGroup {
-  border: 1px solid #cccccc;
-  background-color: #ffffff;
+  border: 1px solid #cccccc;  
+  background-color: #fff8e8;
   color: #564b47;
   border: 1px solid #cccccc;
+  -webkit-border-radius: 3px;
+  -moz-border-radius: 3px;
+  border-radius: 3px;
 }
 
 .menuGroup a {
@@ -150,7 +153,7 @@ strong {
   width: 95.5%; 
   margin: 0px; 
   padding: 2px; 
-  border: solid 1px #FFFFFF; 
+  border: solid 1px #fff8e8; 
   color: #0066cc; 
   text-decoration: none;
 }
@@ -159,6 +162,9 @@ strong {
   border: solid 1px #FFFFFF; 
   background-color: #3333CC; 
   color: #ffffff;
+  -webkit-border-radius: 3px;
+  -moz-border-radius: 3px;
+  border-radius: 3px;
 }
 
 .pub {
@@ -330,4 +336,6 @@ table.bodyTable tr.alt {
   -moz-border-radius: 3px;
   border-radius: 3px;
 }
-
+.label.notice {
+  background-color: #62cffc;
+}
diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html
index 4bd52d1..4b70707 100644
--- a/slf4j-site/src/site/pages/manual.html
+++ b/slf4j-site/src/site/pages/manual.html
@@ -29,7 +29,7 @@
     the addition of only a single mandatory dependency, namely
     <em>slf4j-api-${project.version}.jar</em>.</p>
 
-    <p><span class="label">New</span> If no binding is found on the
+    <p><span class="label">since 1.6.0</span> If no binding is found on the
     class path, then SLF4J will default to a no-operation
     implementation.
     </p>
diff --git a/slf4j-site/src/site/pages/templates/footer.js b/slf4j-site/src/site/pages/templates/footer.js
index 3b2a18a..4d75cfd 100644
--- a/slf4j-site/src/site/pages/templates/footer.js
+++ b/slf4j-site/src/site/pages/templates/footer.js
@@ -10,7 +10,7 @@ document.write('  <td>')
 //document.write('           alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>')
 document.write('   </td>')
 
-document.write('<td valign="top">Copyright © 2004-2011  <a href="http://www.qos.ch/">QOS.ch</a></td>')
+document.write('<td valign="top">Copyright © 2004-2012  <a href="http://www.qos.ch/">QOS.ch</a></td>')
 
 document.write('</tr>')
 document.write('</table>')

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

Summary of changes:
 slf4j-site/src/site/pages/codes.html          |   34 ++++++++++++------------
 slf4j-site/src/site/pages/css/site.css        |   16 +++++++++---
 slf4j-site/src/site/pages/manual.html         |    2 +-
 slf4j-site/src/site/pages/templates/footer.js |    2 +-
 4 files changed, 31 insertions(+), 23 deletions(-)


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


More information about the slf4j-dev mailing list