[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.7.0-3-g8fa7c51

Gitbot git-noreply at pixie.qos.ch
Fri Sep 7 20:05:14 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  8fa7c51ce878fc8e166ea017c826f09cbe1cfc35 (commit)
      from  37298a0cfbd5077c6ab9e9ad913898553ea10008 (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=8fa7c51ce878fc8e166ea017c826f09cbe1cfc35
http://github.com/ceki/slf4j/commit/8fa7c51ce878fc8e166ea017c826f09cbe1cfc35

commit 8fa7c51ce878fc8e166ea017c826f09cbe1cfc35
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Fri Sep 7 20:04:37 2012 +0200

    rewording

diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html
index 8ebe060..afd1b69 100644
--- a/slf4j-site/src/site/pages/manual.html
+++ b/slf4j-site/src/site/pages/manual.html
@@ -39,11 +39,13 @@
     <a href="apidocs/org/slf4j/Logger.html"><code>Logger</code></a>
     interface now offer variants accepting <a
     href="http://docs.oracle.com/javase/1.5.0/docs/guide/language/varargs.html">varargs</a>
-    instead of <code>Object[]</code>. This changes implies that SLF4J
-    requires JDK 1.5 or later.  Given that under the hood the Java
-    compiler transforms the varargs part in methods into an array,
-    SLF4J version 1.7.0 is totally 100% no-ifs-or-buts compatible,
-    i.e. indistinguishable, from SLF4J version 1.6.x.
+    instead of <code>Object[]</code>. This change implies that SLF4J
+    requires JDK 1.5 or later.  Under the hood the Java compiler
+    transforms the varargs part in methods into
+    <code>Object[]</code>. Thus, the Logger interface generated by the
+    compiler is indistinguishable in 1.7.0 from its 1.6.0
+    counterpart. It follows that SLF4J version 1.7.0 is totally 100%
+    no-ifs-or-buts compatible with SLF4J version 1.6.x.q
     </p>
 
     <h3 class="doAnchor" name="hello_world">Hello World</h3>

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

Summary of changes:
 slf4j-site/src/site/pages/manual.html |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)


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


More information about the slf4j-dev mailing list