[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_1.0.1-6-g9445460

Gitbot git-noreply at pixie.qos.ch
Fri Mar 9 18:44:10 CET 2012


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  94454601b654d4de8f836c27d192fed7613e7cf3 (commit)
      from  2cd6af6e7f10570999fae4c8c03b70aa7b1d407f (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=94454601b654d4de8f836c27d192fed7613e7cf3
http://github.com/ceki/logback/commit/94454601b654d4de8f836c27d192fed7613e7cf3

commit 94454601b654d4de8f836c27d192fed7613e7cf3
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Fri Mar 9 18:43:42 2012 +0100

    intentional compilation failure

diff --git a/logback-core/src/main/java/ch/qos/logback/core/pattern/PatternLayoutEncoderBase.java b/logback-core/src/main/java/ch/qos/logback/core/pattern/PatternLayoutEncoderBase.java
index eaccd55..b68b76d 100644
--- a/logback-core/src/main/java/ch/qos/logback/core/pattern/PatternLayoutEncoderBase.java
+++ b/logback-core/src/main/java/ch/qos/logback/core/pattern/PatternLayoutEncoderBase.java
@@ -19,6 +19,8 @@ import ch.qos.logback.core.encoder.LayoutWrappingEncoder;
 public class PatternLayoutEncoderBase<E> extends LayoutWrappingEncoder<E> {
 
   String pattern;
+
+  for reasons of consistency  following attribute should be removed
   protected boolean outputPatternAsPresentationHeader = true;
 
   public String getPattern() {

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

Summary of changes:
 .../core/pattern/PatternLayoutEncoderBase.java     |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


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


More information about the logback-dev mailing list