[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-47-g8d072bf

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Thu Jun 2 00:16:55 CEST 2011


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  8d072bf22a0b9528f6b6e9167cacb3111db7b09b (commit)
       via  b2afdd8ab6819775c7821ce95a2926a6f0a0fe89 (commit)
       via  5d64d2d572d880550f1cb277daf38406d30b3936 (commit)
       via  2748f40c778635aa5243e87d6f66e0d62b1d76a2 (commit)
       via  bdc30d5d47ae6832310ddbf8b9ba42fb8a905e24 (commit)
      from  9361dc343687d87e376b5fbf3216fc4c88395074 (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=8d072bf22a0b9528f6b6e9167cacb3111db7b09b
http://github.com/ceki/logback/commit/8d072bf22a0b9528f6b6e9167cacb3111db7b09b

commit 8d072bf22a0b9528f6b6e9167cacb3111db7b09b
Merge: 9361dc3 b2afdd8
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Jun 2 00:08:37 2011 +0200

    Merge branch 'master' of git://github.com/motlin/logback into motlin/master


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

commit b2afdd8ab6819775c7821ce95a2926a6f0a0fe89
Author: Craig P. Motlin <cmotlin at gmail.com>
Date:   Sun Feb 13 22:57:43 2011 -0800

    Added missing word.

diff --git a/logback-site/src/site/pages/manual/configuration.html b/logback-site/src/site/pages/manual/configuration.html
index c6c5a71..6bc457b 100644
--- a/logback-site/src/site/pages/manual/configuration.html
+++ b/logback-site/src/site/pages/manual/configuration.html
@@ -1554,7 +1554,7 @@ fileName=myApp.log
   or system properties are accessible. For a key passed as argument,
   the <code>property</code>() or its shorter equivalent
   <code>p</code>() methods return the String value of the property.
-  For example, to access the value a property with key "k", you would
+  For example, to access the value of a property with key "k", you would
   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

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

commit 5d64d2d572d880550f1cb277daf38406d30b3936
Author: Craig P. Motlin <cmotlin at gmail.com>
Date:   Sat Feb 12 23:02:40 2011 -0800

    Fixed grammar.

diff --git a/logback-site/src/site/pages/manual/configuration.html b/logback-site/src/site/pages/manual/configuration.html
index 38a8de0..c6c5a71 100644
--- a/logback-site/src/site/pages/manual/configuration.html
+++ b/logback-site/src/site/pages/manual/configuration.html
@@ -694,8 +694,7 @@ public class MyApp3 {
    
 
     <p>Since logback version 0.9.17, tag names pertaining to explicit
-    rules are case insensitive.  For example, both
-    <code>&lt;logger></code>, <code>&lt;Logger></code> and
+    rules are case insensitive.  For example, <code>&lt;logger></code>, <code>&lt;Logger></code> and
     <code>&lt;LOGGER></code> are valid configuration elements and will
     be interpreted in the same way. Note that XML well-formedness
     rules still apply, if you open a tag as <code>&lt;xyz></code> you

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

commit 2748f40c778635aa5243e87d6f66e0d62b1d76a2
Author: Craig P. Motlin <cmotlin at gmail.com>
Date:   Fri Feb 11 19:07:03 2011 -0800

    Fixed typo.

diff --git a/logback-site/src/site/pages/manual/architecture.html b/logback-site/src/site/pages/manual/architecture.html
index 9a3f956..aeb158a 100644
--- a/logback-site/src/site/pages/manual/architecture.html
+++ b/logback-site/src/site/pages/manual/architecture.html
@@ -907,7 +907,7 @@ logger.debug("Value {} was inserted between {} and {}.", paramArray);</pre>
     created. Should the level of a parent logger be changed, then all
     child loggers are contacted to take notice of the change. Thus,
     before accepting or denying a request based on the effective
-    level, the logger can make an quasi-instantaneous decision,
+    level, the logger can make a quasi-instantaneous decision,
     without needing to consult its ancestors.
   </p>
 

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

commit bdc30d5d47ae6832310ddbf8b9ba42fb8a905e24
Author: Craig P. Motlin <cmotlin at gmail.com>
Date:   Thu Feb 10 10:42:51 2011 -0800

    Fix typo.

diff --git a/logback-site/src/site/pages/faq.html b/logback-site/src/site/pages/faq.html
index 195f83e..2fa8465 100644
--- a/logback-site/src/site/pages/faq.html
+++ b/logback-site/src/site/pages/faq.html
@@ -102,7 +102,7 @@
           require that derivate work be licensed under the same
           license. While there might be debate about the exact
           definition of derivative work, we find such reciprocity both
-          justified and morally appealing -- that tis the second
+          justified and morally appealing -- that is the second
           reason for our choice of the LGPL &amp; EPL
           dual-license. The subtly more liberal approach embodied in
           the ASL is not necessarily wrong. It is the expression of a

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

Summary of changes:
 logback-site/src/site/pages/faq.html               |    2 +-
 .../src/site/pages/manual/architecture.html        |    2 +-
 .../src/site/pages/manual/configuration.html       |    5 ++---
 3 files changed, 4 insertions(+), 5 deletions(-)


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


More information about the logback-dev mailing list