[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-28-gabb7826

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Feb 17 12:20:44 CET 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  abb78264a93de36465e4716f24d75c40b4b583bd (commit)
      from  e19c774ef368f0412a73acbff7892f50707057ba (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=abb78264a93de36465e4716f24d75c40b4b583bd
http://github.com/ceki/logback/commit/abb78264a93de36465e4716f24d75c40b4b583bd

commit abb78264a93de36465e4716f24d75c40b4b583bd
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Feb 17 12:18:20 2010 +0100

    - removed a deprecated method

diff --git a/logback-core/src/main/java/ch/qos/logback/core/FileAppender.java b/logback-core/src/main/java/ch/qos/logback/core/FileAppender.java
index dd3fda6..2b915d2 100644
--- a/logback-core/src/main/java/ch/qos/logback/core/FileAppender.java
+++ b/logback-core/src/main/java/ch/qos/logback/core/FileAppender.java
@@ -81,13 +81,6 @@ public class FileAppender<E> extends WriterAppender<E> {
   }
 
   /**
-   * @deprecated Use isAppend instead
-   */
-  public boolean getAppend() {
-    return append;
-  }
-
-  /**
    * Returns the value of the <b>Append</b> property.
    */
   public boolean isAppend() {

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

Summary of changes:
 .../java/ch/qos/logback/core/FileAppender.java     |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)


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


More information about the logback-dev mailing list