[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.20-4-g52502ae

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Apr 6 12:44:03 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  52502aee9297ddb4cd610cb399407f9d99091e84 (commit)
      from  b13f02fb21fc894022416428734030628800dec2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=52502aee9297ddb4cd610cb399407f9d99091e84
http://github.com/ceki/logback/commit/52502aee9297ddb4cd610cb399407f9d99091e84

commit 52502aee9297ddb4cd610cb399407f9d99091e84
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Apr 6 12:42:57 2010 +0200

    minor edits

diff --git a/logback-site/src/site/pages/index.html b/logback-site/src/site/pages/index.html
index 8d819d9..fc97d64 100644
--- a/logback-site/src/site/pages/index.html
+++ b/logback-site/src/site/pages/index.html
@@ -58,8 +58,8 @@
 
     <h3>Projects known to rely on logback</h3>
 
-    <p>Here is a non-exhaustive list of projects known to depend on
-    logback, in alphabetical order:
+    <p>Here is a non-exhaustive list of open-source projects known to
+    depend on logback, in alphabetical order:
     </p>
 
     <table border="0">
@@ -82,7 +82,8 @@
             <li><a href="http://sonar.codehaus.org/">Sonar</a></li>
             <li><a
             href="http://static.springsource.org/s2-dmserver/2.0.x/user-guide/htmlsingle/user-guide.html">SpringSource
-            dm Server</a></li>     
+            dm Server</a></li>  
+            <li><a href="http://www.xuggle.com/xuggler/">Xuggler</a></li>
           </ul>
         </td>
       </tr>
diff --git a/logback-site/src/site/pages/manual/configuration.html b/logback-site/src/site/pages/manual/configuration.html
index 16f41a9..884b58e 100644
--- a/logback-site/src/site/pages/manual/configuration.html
+++ b/logback-site/src/site/pages/manual/configuration.html
@@ -1480,8 +1480,7 @@ fileName=myApp.log
 
   <p>The general format for conditional statements is shown below.</p>
 
-  <pre class="prettyprint source">&lt;configuration>
-
+  <pre class="prettyprint source">
    &lt;!-- if-then form -->
    &lt;if condition="some conditional expression">
     &lt;then>
@@ -1497,9 +1496,7 @@ fileName=myApp.log
     &lt;else>
       ...
     &lt;/else>    
-  &lt;/if>
-
-&lt;/configuration></pre>  
+  &lt;/if></pre>  
 
   <p>The condition is a java expression where only context properties
   or system properties are accessible. For a key passed as argument,
@@ -1509,7 +1506,9 @@ fileName=myApp.log
   write <code>property("k")</code> or equivalently
   <code>p("k")</code>. If the property with key "k" is undefined, the
   property method will return the empty string and not null. This
-  avoids the need to to check for null values.</p>
+  avoids the need to to check for null values. If you need to check
+  whether a property is null, the <code>isNull()</code> method is
+  provided. For example, you can write <code>isNull("k")</code>.</p>
 
   <p>In the next example, the <code>ConsoleAppender</code> will be
   attached to the root logger, but only if the HOSTNAME is
@@ -1546,13 +1545,13 @@ fileName=myApp.log
 &lt;/configuration></pre>
 
   
-  <p>Conditional processing is supported everywhere within the
+  <p>Conditional processing is supported <em>anywhere</em> within the
   <code>&lt;configuration></code> element. Nested if-then-else
   statements are also supported. However, XML syntax is awfully
   cumbersome and is ill suited as the foundation of a general purpose
-  programming langiage.  Consequently, too many conditionals will
+  programming language.  Consequently, too many conditionals will
   quickly render your configuration files ungrokable to subsequent
-  readers of your configuration files, including yourself.
+  readers, including yourself.
   </p>
 
 

-----------------------------------------------------------------------

Summary of changes:
 logback-site/src/site/pages/index.html             |    7 ++++---
 .../src/site/pages/manual/configuration.html       |   17 ++++++++---------
 2 files changed, 12 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list