Author: ceki
Date: Wed Mar 19 21:48:31 2008
New Revision: 1652

Modified:
   logback/trunk/logback-site/src/site/pages/manual/layouts.html
   logback/trunk/logback-site/src/site/pages/news.html

Log:
- improved docs

Modified: logback/trunk/logback-site/src/site/pages/manual/layouts.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/manual/layouts.html       
(original)
+++ logback/trunk/logback-site/src/site/pages/manual/layouts.html       Wed Mar 
19 21:48:31 2008
@@ -835,17 +835,15 @@
           </p>
         </td>
       </tr>
-                       <tr class="b">
-
-                               <td align="center">
-                                       <b>%</b>
-                               </td>
-
-                               <td>The sequence %% outputs a single percent 
sign.</td>
-                       </tr>
 
                </table>
 
+    <p>Given that in the context of conversion patterns the percent
+    sign carries special meaning, in order to include it as a literal,
+    it needs to be escaped with a backslash, e.g. "%d %p <b>\%</b>
+    %m%n".
+    </p>
+
 
     <h2>Format modifiers</h2>
 

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 Wed Mar 19 21:48:31 2008
@@ -81,14 +81,25 @@
    serialized as strings.
    </p>
 
-
    <p>Fixed <a href="http://bugzilla.qos.ch/show_bug.cgi?id=109";>bug
    109</a> reported by Joern Huxhorn. There should no longer be any
    NullPointerExceptions thrown by deserialized
    <code>AccessEvent</code> instances.
+   </p>
 
+   <p>Fixed <a href="http://bugzilla.qos.ch/show_bug.cgi?id=8";>bug
+   8</a> reported by Sebastien Pennec. The documentation has been
+   updated to reflect the fact that that in the context of conversion
+   patterns the percent sign carries special meaning, in order to
+   include the percent sign as a literal, it must be escaped with a
+   backslash.
    </p>
 
+   <p>Fixed <a href="http://bugzilla.qos.ch/show_bug.cgi?id=52";>bug
+   52</a> reported by Kenichi Masuko. The bug has been fixed on March
+   8th, 2007. Starting with this release, Joran will support the
+   injection of any enum tpye, not just <code>FilterReply</code>.
+   </p>
 
   <hr width="80%" align="center" />
 
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to