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

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=487c8871c3c728dbe7be248a0... http://github.com/ceki/logback/commit/487c8871c3c728dbe7be248a0c81c99d3e4e8f... commit 487c8871c3c728dbe7be248a0c81c99d3e4e8fad Author: Ceki Gulcu <ceki@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"><layout class="ch.qos.logback.classic.html.HTMLLayout"> <pattern>%relative...%msg</pattern> - <cssBuilder class="ch.qos.logback.core.html.UrlCssBuilder"> + <cssBuilder class="ch.qos.logback.classic.html.UrlCssBuilder"> <!-- url where the css file is located --> <url>http://...</url> </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.
participants (1)
-
git-noreply@pixie.qos.ch