[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.24-14-g487c887

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Sep 15 22:42:23 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  487c8871c3c728dbe7be248a0c81c99d3e4e8fad (commit)
      from  bf373eb4461e45e92f26f417bc63cdb1dd2b60e8 (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=487c8871c3c728dbe7be248a0c81c99d3e4e8fad
http://github.com/ceki/logback/commit/487c8871c3c728dbe7be248a0c81c99d3e4e8fad

commit 487c8871c3c728dbe7be248a0c81c99d3e4e8fad
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Sep 15 22:42:10 2010 +0200

    typo fix

diff --git a/logback-site/src/site/pages/manual/layouts.html b/logback-site/src/site/pages/manual/layouts.html
index ccee3c3..ee5c81b 100644
--- a/logback-site/src/site/pages/manual/layouts.html
+++ b/logback-site/src/site/pages/manual/layouts.html
@@ -1762,7 +1762,7 @@ public class MySampleConverter extends ClassicConverter {
 
 <pre class="prettyprint source">&lt;layout class="ch.qos.logback.classic.html.HTMLLayout">
   &lt;pattern>%relative...%msg&lt;/pattern>
-  &lt;cssBuilder class="ch.qos.logback.core.html.UrlCssBuilder">
+  &lt;cssBuilder class="ch.qos.logback.classic.html.UrlCssBuilder">
     &lt;!-- url where the css file is located --&gt;
     &lt;url>http://...&lt;/url>
   &lt;/cssBuilder>	

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

Summary of changes:
 logback-site/src/site/pages/manual/layouts.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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


More information about the logback-dev mailing list