[logback-dev] svn commit: r2335 - in logback/trunk/logback-site/src/site/pages: . manual
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Fri Jul 10 11:20:11 CEST 2009
Author: ceki
Date: Fri Jul 10 11:20:11 2009
New Revision: 2335
Modified:
logback/trunk/logback-site/src/site/pages/manual/filters.html
logback/trunk/logback-site/src/site/pages/manual/index.html
logback/trunk/logback-site/src/site/pages/news.html
Log:
- fixed link to JMX Configurator chapter in the manual index.html
- rewording in filters.html (as described in LBSITE-31
Modified: logback/trunk/logback-site/src/site/pages/manual/filters.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/filters.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/filters.html Fri Jul 10 11:20:11 2009
@@ -182,8 +182,8 @@
<p>At the moment, there are two filters that ship with logback. <a
href="../xref/ch/qos/logback/classic/LevelFilter.html">
<code>LevelFilter</code></a> provides event filtering based on a
- <code>Level</code> value. It the event's level is equal to the
- configured level, the filter accepts of denies the event,
+ <code>Level</code> value. If the event's level is equal to the
+ configured level, the filter accepts or denies the event,
depending on its configuration. It allows you to choose the
behaviour of logback for a precise given level. Here is a sample
configuration that uses <code>LevelFilter</code>.
Modified: logback/trunk/logback-site/src/site/pages/manual/index.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/index.html (original)
+++ logback/trunk/logback-site/src/site/pages/manual/index.html Fri Jul 10 11:20:11 2009
@@ -102,7 +102,7 @@
</p></li>
<li><p>
- <a href="jmxConfigurator.html"><b>Chapter 9: JMX Configurator</b></a>
+ <a href="jmxConfig.html"><b>Chapter 9: JMX Configurator</b></a>
</p></li>
<li><p>
Modified: logback/trunk/logback-site/src/site/pages/news.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/news.html (original)
+++ logback/trunk/logback-site/src/site/pages/news.html Fri Jul 10 11:20:11 2009
@@ -92,7 +92,14 @@
now behave correctly when invoked via
<code>Logger.isXXXEnabled</code> methods.
</p>
-
+
+ <p>Fixed <a
+ href="http://jira.qos.ch/browse/LBCORE-107">LBCORE-107</a>,
+ incorrectly set context information for the
+ <code>NestedBasicPropertyIA</code> instance in Joran, reported by
+ Lóránt Pintér.
+ </p>
+
<hr width="80%" align="center" />
<h3>12th of February 2009 - Release of version 0.9.15</h3>
More information about the logback-dev
mailing list