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

commit ff5860ee622f1c49c60492e0a8a0978905f0a1d6
Author: Ceki Gulcu <c...@qos.ch>
Date:   Sat Apr 14 19:45:59 2012 +0200

    link to ohloh usuage (in footer.js) + edits (in legacy.html)

diff --git a/slf4j-site/src/site/pages/legacy.html 
b/slf4j-site/src/site/pages/legacy.html
index 4fb5817..866f1b9 100644
--- a/slf4j-site/src/site/pages/legacy.html
+++ b/slf4j-site/src/site/pages/legacy.html
@@ -220,12 +220,13 @@
     process incurs the cost of constructing a <code>LogRecord</code>
     instance regardless of whether the SLF4J logger is disabled for
     the given level or nor. <b>Consequently, j.u.l. to SLF4J
-    translation can seriously impact on the cost of disabled logging
-    statements (60 fold increase) and a measurable impact on enabled
-    log statements (20% overall increase).</b> Please note that as of
-    logback-version 0.9.25, it is possible to completely eliminate the
-    60 fold translation overhead for disabled log statements with the
-    help of <a
+    translation can seriously increase the cost of disabled logging
+    statements (60 fold or 6000% increase) and
+    measurably impact the performance of enabled log statements (20%
+    overall increase).</b> Please note that as of logback-version
+    0.9.25, it is possible to completely eliminate the 60 fold
+    translation overhead for disabled log statements with the help of
+    <a
     
href="http://logback.qos.ch/manual/configuration.html#LevelChangePropagator";>LevelChangePropagator</a>.
     </p>
 
diff --git a/slf4j-site/src/site/pages/templates/footer.js 
b/slf4j-site/src/site/pages/templates/footer.js
index 4d75cfd..db27372 100644
--- a/slf4j-site/src/site/pages/templates/footer.js
+++ b/slf4j-site/src/site/pages/templates/footer.js
@@ -1,18 +1,25 @@
 
-document.write('<table class="footer">')
+document.write('<table class="footer" border="0">')
 
 document.write('<tr>')
 
-document.write('  <td>')
+document.write('  <td valign="top" align="left">Copyright &copy; 2004-2012  <a 
href="http://www.qos.ch/";>QOS.ch</a></td>')
 
-//document.write('    <a href="http://validator.w3.org/check?uri=referer";>')
-//document.write('      <img align="left" 
src="http://www.w3.org/Icons/valid-xhtml10";') 
-//document.write('           alt="Valid XHTML 1.0 Transitional" height="31" 
width="88" /></a>')
-document.write('   </td>')
-
-document.write('<td valign="top">Copyright &copy; 2004-2012  <a 
href="http://www.qos.ch/";>QOS.ch</a></td>')
+document.write('  <td align="right" rowspan="2">')
+document.write('    <script type="text/javascript" 
src="http://www.ohloh.net/p/11217/widgets/project_users.js";></script>')
+document.write('  </td>')
+document.write('</tr>')
 
+AAT = '@'
+DOOTT = '.'
+document.write('<tr>')
+document.write('<td align="left" colspan="1">')
+document.write('We are actively looking for volunteers to proofread the 
documentation. Please send your corrections or suggestions for improvement to 
"corrections' + AAT +'qos'+DOOTT+'ch". See also the <a 
href="http://articles.qos.ch/contributing.html";>instructions for 
contributors</a>.');
+document.write('</td>')
+document.write('  <td>&nbsp;</td>')
 document.write('</tr>')
+
+
 document.write('</table>')
 
 

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

Summary of changes:
 slf4j-site/src/site/pages/legacy.html         |   13 +++++++------
 slf4j-site/src/site/pages/templates/footer.js |   23 +++++++++++++++--------
 2 files changed, 22 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java
_______________________________________________
slf4j-dev mailing list
slf4j-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to