[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch, master, updated. v1.6.0-RC0-2-g38795c7
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Tue Apr 27 16:52:00 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 38795c7a416055ecabd6dd6a74304018b7ffb15a (commit)
from 9ac7d3a3ab05275e5e5cbe4e45a6f6bf8100e3f5 (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=38795c7a416055ecabd6dd6a74304018b7ffb15a
http://github.com/ceki/slf4j/commit/38795c7a416055ecabd6dd6a74304018b7ffb15a
commit 38795c7a416055ecabd6dd6a74304018b7ffb15a
Author: Ceki Gulcu <ceki at qos.ch>
Date: Tue Apr 27 16:50:12 2010 +0200
It seems that AVSL is not a native impl after all.
diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js
index e0dd594..559e463 100644
--- a/slf4j-site/src/site/pages/templates/left.js
+++ b/slf4j-site/src/site/pages/templates/left.js
@@ -16,10 +16,10 @@ document.write(' <a href="http://www.qos.ch/shop/products/professionalSupport
document.write(' <a href="http://www.qos.ch/shop/products/training">Training</a>');
document.write(' <p class="menu_header">Native implementations</p>');
-document.write(' <a href="http://bmc.github.com/avsl/">AVSL</a>');
document.write(' <a href="http://logback.qos.ch/">Logback</a>');
document.write(' <p class="menu_header">Wrapped implementations</p>');
+document.write(' <a href="http://bmc.github.com/avsl/">AVSL</a>');
document.write(' <a href="api/org/slf4j/impl/JDK14LoggerAdapter.html">JDK14</a>');
document.write(' <a href="api/org/slf4j/impl/Log4jLoggerAdapter.html">Log4j</a>');
document.write(' <a href="api/org/slf4j/impl/SimpleLogger.html">Simple</a>');
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/templates/left.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
More information about the slf4j-dev
mailing list