[logback-dev] svn commit: r1676 - in logback/trunk/logback-site/src/site/pages: . templates
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Thu Apr 17 17:18:41 CEST 2008
Author: ceki
Date: Thu Apr 17 17:18:41 2008
New Revision: 1676
Modified:
logback/trunk/logback-site/src/site/pages/codes.html
logback/trunk/logback-site/src/site/pages/news.html
logback/trunk/logback-site/src/site/pages/templates/footer.js
Log:
- updating the error code for null_CS
- copyright is 2000 to 2008
- other docs changes
Modified: logback/trunk/logback-site/src/site/pages/codes.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/codes.html (original)
+++ logback/trunk/logback-site/src/site/pages/codes.html Thu Apr 17 17:18:41 2008
@@ -23,13 +23,21 @@
<h2><a name="top">Logback error messages and their meanings</a></h2>
- <p><a name="null_CS" href="#null_CS">
- contextSelector cannot be null
+ <p><a name="null_CS" href="#null_CS"> The contextSelector cannot be
+ null in <code>StaticLoggerBinder</code>.
</a>
</p>
- <p>XXXXXXXXXXX</p>
+ <p>An <code>IllegalStateException</code> is thrown when no
+ ContextSelector could be set for logback's
+ <code>StaticLoggerBinder</code>. In principle, this error can only
+ occur when the context selector is expressly specified by the user,
+ and when that context selector cannot not be instantiated correctly.
+ </p>
+ <p>It should not happen when you are using the default or JNDI
+ context selectors.
+ </p>
<hr/>
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 Thu Apr 17 17:18:41 2008
@@ -36,6 +36,12 @@
initialization, unless told to be quiet. This greatly helps
troubleshooting the configration of logback-access under Tomcat.
</p>
+
+ <p>Fixed <a href="http://bugzilla.qos.ch/show_bug.cgi?id=147">bug
+ 147</a> which occured when the user inadvertently attempted to set
+ the layout of a <code>SyslogAppender</code>. The code now actively
+ prevents this. Documenation has been updated to reflect the change.
+ </p>
<hr width="80%" align="center" />
Modified: logback/trunk/logback-site/src/site/pages/templates/footer.js
==============================================================================
--- logback/trunk/logback-site/src/site/pages/templates/footer.js (original)
+++ logback/trunk/logback-site/src/site/pages/templates/footer.js Thu Apr 17 17:18:41 2008
@@ -1,4 +1,4 @@
document.write('<p class="footer">')
-document.write('Copyright © 2000-2007 <a href="http://www.qos.ch/">QOS.ch</a>')
+document.write('Copyright © 2000-2008 <a href="http://www.qos.ch/">QOS.ch</a>')
document.write('</p>')
\ No newline at end of file
More information about the logback-dev
mailing list