[slf4j-dev] svn commit: r825 - in slf4j/trunk/slf4j-site/src/site: pages resources/images/logos
ceki at slf4j.org
ceki at slf4j.org
Mon Jul 2 21:09:48 CEST 2007
Author: ceki
Date: Mon Jul 2 21:09:48 2007
New Revision: 825
Added:
slf4j/trunk/slf4j-site/src/site/resources/images/logos/qoslogo.gif (contents, props changed)
Modified:
slf4j/trunk/slf4j-site/src/site/pages/faq.html
slf4j/trunk/slf4j-site/src/site/pages/news.html
Log:
- updated news.html
- bug fixed in the faq.html
Modified: slf4j/trunk/slf4j-site/src/site/pages/faq.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/faq.html (original)
+++ slf4j/trunk/slf4j-site/src/site/pages/faq.html Mon Jul 2 21:09:48 2007
@@ -173,7 +173,7 @@
<p>SLF4J is only a facade, meaning that it does not provide a
complete logging solution. Operations such as configuring
appenders or setting logging levels cannot be performed with
- SLF4J. Thus, at same point in time, any non-trivial
+ SLF4J. Thus, at some point in time, any non-trivial
application will need to directly invoke the underlying
logging system. In other words, complete independence from the
API underlying logging system is not possible for a
@@ -352,7 +352,7 @@
<p>SLF4J bindings for <a
href="api/org/slf4j/impl/SimpleLogger.html">SimpleLogger</a>,
<a href="api/org/slf4j/impl/NOPLogger.html">NOPLogger</a>, <a
- href="api/org/slf4j/impl/Log4jLoggerAdapter.html">LoggerLoggerAdapter</a>
+ href="api/org/slf4j/impl/Log4jLoggerAdapter.html">Log4jLoggerAdapter</a>
and <a
href="api/org/slf4j/impl/JDK14LoggerAdapter.html">JDK14LoggerAdapter</a>
are contained within the files <em>slf4j-nop.jar</em>,
@@ -607,7 +607,7 @@
<p>After evaluting whether to log or not, and only if the
decision is affirmative, will the logger implementation format
the message and replace the '{}' pair with the string value of
- <code>entry</code>. In other words, tis form does not incur
+ <code>entry</code>. In other words, this form does not incur
the cost of parameter construction in case the log statement
is disabled.
</p>
Modified: slf4j/trunk/slf4j-site/src/site/pages/news.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/news.html (original)
+++ slf4j/trunk/slf4j-site/src/site/pages/news.html Mon Jul 2 21:09:48 2007
@@ -30,6 +30,24 @@
<hr noshade="noshade" size="1"/>
+
+ <h3>July 4th, 2007 - Release of SLF4J 1.4.1</h3>
+
+ <p>Fixed <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=53">bug
+ 53</a> as reported by Heinrich Nirschl. The public method
+ <code>trace(String)</code> in the <code>Log4jLoggerAdapter</code>
+ class incorrecly called the underlying log4j logger with level DEBUG
+ instead of TRACE.
+ </p>
+
+ <p>Fixed various documentation related errors kindly reported by
+ Mark Vedder.
+ </p>
+
+
+ <hr noshade="noshade" size="1"/>
+
+
<h3>May 16th, 2007 - Release of SLF4J 1.4.0</h3>
Added: slf4j/trunk/slf4j-site/src/site/resources/images/logos/qoslogo.gif
==============================================================================
Binary file. No diff available.
More information about the slf4j-dev
mailing list