svn commit: r1297 - logback/trunk/logback-site/src/site/xdocTemplates

Author: seb Date: Wed Jan 31 11:18:09 2007 New Revision: 1297 Modified: logback/trunk/logback-site/src/site/xdocTemplates/jmxConfig.xml logback/trunk/logback-site/src/site/xdocTemplates/news.xml Log: Updated JMX doc and news page Modified: logback/trunk/logback-site/src/site/xdocTemplates/jmxConfig.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/jmxConfig.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/jmxConfig.xml Wed Jan 31 11:18:09 2007 @@ -140,6 +140,8 @@ </p> <ul> + <p>Display the logback Statuses + </p> <p>Reload the configuration using the same file that was previously used. </p> @@ -177,6 +179,14 @@ Note that trying to get the level or effective level for a nonexistent logger will not return any result. </p> + + <p> + Displaying logback Statuses via JMX can help users check the internal state + of logback. It shows if anything has gone wrong, if rollovers occured + as expected, and many other useful informations. It is also very useful + when reloading a configuration, since the user can immediately see if + the configuration file was successfully processed. + </p> </body> Modified: logback/trunk/logback-site/src/site/xdocTemplates/news.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/news.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/news.xml Wed Jan 31 11:18:09 2007 @@ -12,6 +12,26 @@ <p>Here are the latest news about logback.</p> + <h3>January 31st, 2007 - Release of version 0.9</h3> + + <p> + This version contains a new component, namely the <code>ContextSelector</code>, + that provides context separation and management when logback is used + by several web-apps running under the same server. A + <a href="manual/contextSelector.html">new chapter</a> was added to the logback manual to detail + the use of the <code>ContextSelector</code>, along with its associated components. + </p> + + <p> + The <code>JMXConfigurator</code> has been improved. It now shows the context's + Status objects, which lets users check the internal state of logback. + </p> + + <p> + The logback manual's chapter 2, about <a href="manual/architecture.html">logback's architecture</a>, + has been updated with two sections: Under the hood and Performance. + </p> + <h3>January 23th, 2007 - Release of version 0.8.1</h3> <p>
participants (1)
-
noreply.seb@qos.ch