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

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Aug 25 22:28:20 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  91b5a954630b626d18bb9cf131490814e63a999d (commit)
       via  59827899f3ccd8ef62fb46e652ff7de0415780ed (commit)
      from  b5da1126d5cb6b60b4d108e30f332a16b258a700 (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=91b5a954630b626d18bb9cf131490814e63a999d
http://github.com/ceki/logback/commit/91b5a954630b626d18bb9cf131490814e63a999d

commit 91b5a954630b626d18bb9cf131490814e63a999d
Merge: 5982789 b5da112
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Aug 25 22:22:45 2010 +0200

    Merge branch 'master' of git.qos.ch:/logback


http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=59827899f3ccd8ef62fb46e652ff7de0415780ed
http://github.com/ceki/logback/commit/59827899f3ccd8ef62fb46e652ff7de0415780ed

commit 59827899f3ccd8ef62fb46e652ff7de0415780ed
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Aug 25 22:22:17 2010 +0200

    - minor edits and typo fixes

diff --git a/logback-site/src/site/pages/manual/architecture.html b/logback-site/src/site/pages/manual/architecture.html
index 9b1fb85..3af7059 100644
--- a/logback-site/src/site/pages/manual/architecture.html
+++ b/logback-site/src/site/pages/manual/architecture.html
@@ -91,7 +91,7 @@
 		is, the space of all possible logging statements, is categorized
 		according to some developer-chosen criteria.  In logback-classic,
 		this categorization is an inherent part of loggers.  Every single
-		loggers is attached to a <code>LoggerContext</code> which is
+		logger is attached to a <code>LoggerContext</code> which is
 		responsible for manufacturing loggers as well as arranging them in
 		a tree like hierarchy.
 		</p>
diff --git a/logback-site/src/site/pages/manual/configuration.html b/logback-site/src/site/pages/manual/configuration.html
index 1a28588..15bfd2c 100644
--- a/logback-site/src/site/pages/manual/configuration.html
+++ b/logback-site/src/site/pages/manual/configuration.html
@@ -407,13 +407,13 @@ public class Foo {
    the said configuration file changes. In order to instruct
    logback-classic to scan for changes in its configuration file and
    to automatically re-configure itself set the <span
-   class="attr">scan</span> atrribute of the
+   class="attr">scan</span> attribute of the
    <code>&lt;configuration></code> element to true, as shown next.
 
    </p>
   
    <p class="example">Example: Scanning for changes in configuration
-   file and automatic re-configuraion
+   file and automatic re-configuration
    (logback-examples/src/main/java/chapters/configuration/scan1.xml)</p>
 
   <span class="asGroovy" onclick="return asGroovy('scan1');">View as .grovvy</span>
@@ -602,9 +602,9 @@ public class MyApp3 {
    </p>
 
    <p>Here is <a
-   href="../xref/chapters/configuration/AddStatusListenerApp.html">sample code</a>
-   to register an OnConsoleStatusListener instance with the
-   StatusManager.
+   href="../xref/chapters/configuration/AddStatusListenerApp.html">sample
+   code</a> to register an <code>OnConsoleStatusListener</code>
+   instance with the StatusManager.
    </p>
 
    <pre class="prettyprint source">   LoggerContext lc = (LoggerContext) LoggerFactory.getILoggerFactory(); 
@@ -710,7 +710,7 @@ public class MyApp3 {
     <code>&lt;logger></code> element</a></h4>
 
     <p>At this point should have at least some understanding of <a
-    href="architecture.html#effectiveLevel">level inherirance</a> and
+    href="architecture.html#effectiveLevel">level inheritance</a> and
     the <a href="architecture.html#basic_selection">basic selection
     rule</a>. Otherwise, and unless you are an egyptologist, logback
     configuration will be no more meaningful to you than

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

Summary of changes:
 .../src/site/pages/manual/architecture.html        |    2 +-
 .../src/site/pages/manual/configuration.html       |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)


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


More information about the logback-dev mailing list