[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v_1.6.1-8-g36d3a0d
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Thu Sep 30 21:06:59 CEST 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 36d3a0d6d081424bf40ddf10b7e5479a14a216ef (commit)
from 98dd5599daccbe803ebf4ce6cff1200645de71b2 (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=36d3a0d6d081424bf40ddf10b7e5479a14a216ef
http://github.com/ceki/slf4j/commit/36d3a0d6d081424bf40ddf10b7e5479a14a216ef
commit 36d3a0d6d081424bf40ddf10b7e5479a14a216ef
Author: Ceki Gulcu <ceki at qos.ch>
Date: Thu Sep 30 21:05:53 2010 +0200
- added sysout-over-slf4 as a "closely related" project in
downloads.html page
- removed link to survey
diff --git a/slf4j-site/src/site/pages/download.html b/slf4j-site/src/site/pages/download.html
index de39fed..8fd0d87 100644
--- a/slf4j-site/src/site/pages/download.html
+++ b/slf4j-site/src/site/pages/download.html
@@ -67,6 +67,17 @@
repository</a> as <em>javadoc.jar</em> files.
</p>
+ <h2>Closely related projects</h2>
+
+ <ul>
+ <li>The <a
+ href="http://projects.lidalia.org.uk/sysout-over-slf4j/">sysout-over-slf4j</a>
+ module redirects all calls to System.out and System.err to an
+ SLF4J defined logger with the name of the fully qualified class in
+ which the System.out.println (or similar) call was made, at
+ configurable levels. </li>
+ </ul>
+
<h2>Additional SLF4J-related software</h2>
<ul>
diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js
index 559e463..7411c29 100644
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -32,9 +32,9 @@ document.write(' </p>');
document.write('</div>');
-document.write('<p> </p>');
-document.write('<p class="survey">Take our <a href="http://ceki.questionform.com/public/slf4j">two question survey</a>.</p>');
+//document.write('<p> </p>');
+//document.write('<p class="survey">Take our <a href="http://ceki.questionform.com/public/slf4j">two question survey</a>.</p>');
document.write('<p> </p>');
document.write('<p class="pub">');
document.write(' <a href="https://www.qos.ch/shop/products/log4jManual">');
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/download.html | 11 +++++++++++
slf4j-site/src/site/pages/templates/left.js | 4 ++--
2 files changed, 13 insertions(+), 2 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
More information about the slf4j-dev
mailing list