[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.25-48-g2d5659a

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Dec 21 19:08:19 CET 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  2d5659a6ad57e8daf536f6263a274d1e0bc430ff (commit)
      from  c1ba67d938b0cfb24275fae4f7829d97ee7c96cd (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=2d5659a6ad57e8daf536f6263a274d1e0bc430ff
http://github.com/ceki/logback/commit/2d5659a6ad57e8daf536f6263a274d1e0bc430ff

commit 2d5659a6ad57e8daf536f6263a274d1e0bc430ff
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Dec 21 19:08:15 2010 +0100

    ongoing docs edits

diff --git a/logback-site/src/site/pages/recipes/emailPerTransaction.html b/logback-site/src/site/pages/recipes/emailPerTransaction.html
index 87a7861..68d9837 100644
--- a/logback-site/src/site/pages/recipes/emailPerTransaction.html
+++ b/logback-site/src/site/pages/recipes/emailPerTransaction.html
@@ -154,21 +154,23 @@ public class PrimeAction extends Action {
 &lt;/configuration></pre>
 
       
-      
-      <h3>Transaction isolation</h3>
 
-      <p>
-      </p>
+   <h3>Transaction isolation</h3>
+
+   <p>While the previous configuration file will trigger an outgoing
+   email message whenenver an event is marked with "SMTP_TRIGGER", the
+   contents of the message will lump together messag
+   </p>
 
 
   <pre class="prettyprint source">&lt;configuration scan="true" scanPeriod="3 seconds">
 
-  &lt;!-- always a good idea to have an OnConsoleStatusListener -->
+  &lt;statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" />
 
   &lt;appender name="SMTP" class="ch.qos.logback.classic.net.SMTPAppender">
-    &lt;SMTPHost>NAME_OF_SMTP_HOST&lt;/SMTPHost>
-    &lt;To>com&lt;/To>
-    &lt;From>&lt;/From>
+    &lt;smtpHost>NAME_OF_SMTP_HOST&lt;/smtpHost>
+    &lt;to>name at some.smtp.host&lt;/to>
+    &lt;from>testing at ...&lt;/from>
     &lt;layout class="ch.qos.logback.classic.html.HTMLLayout">
        &lt;pattern>%date%level%logger{24}%msg&lt;/pattern>
     &lt;/layout>
@@ -193,11 +195,10 @@ public class PrimeAction extends Action {
       
 
   <h3>Selective triggering &amp; Transaction isolation</h3>
-      
 
   <pre class="prettyprint source">&lt;configuration scan="true" scanPeriod="3 seconds">
 
-  &lt;!-- always a good idea to have an OnConsoleStatusListener -->
+  &lt;statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" /&gt;
 
   &lt;appender name="SMTP" class="ch.qos.logback.classic.net.SMTPAppender">
     &lt;SMTPHost>NAME_OF_SMTP_HOST&lt;/SMTPHost>

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

Summary of changes:
 .../site/pages/recipes/emailPerTransaction.html    |   21 ++++++++++---------
 1 files changed, 11 insertions(+), 10 deletions(-)


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


More information about the logback-dev mailing list