[logback-dev] svn commit: r2127 - logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi

noreply.ceki at qos.ch noreply.ceki at qos.ch
Thu Jan 15 19:24:51 CET 2009


Author: ceki
Date: Thu Jan 15 19:24:50 2009
New Revision: 2127

Modified:
   logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi/FilterAttachable.java

Log:
In relation to LBCORE-83, marking the getFirstFilter method as deprecated.





Modified: logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi/FilterAttachable.java
==============================================================================
--- logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi/FilterAttachable.java	(original)
+++ logback/trunk/logback-core/src/main/java/ch/qos/logback/core/spi/FilterAttachable.java	Thu Jan 15 19:24:50 2009
@@ -1,11 +1,11 @@
 /**
- * LOGBack: the generic, reliable, fast and flexible logging framework.
- *
- * Copyright (C) 1999-2006, QOS.ch
- *
- * This library is free software, you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation.
+ * Logback: the generic, reliable, fast and flexible logging framework.
+ * 
+ * Copyright (C) 2000-2009, QOS.ch
+ * 
+ * This library is free software, you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation.
  */
 package ch.qos.logback.core.spi;
 
@@ -26,6 +26,9 @@
 
   /**
    * Get first filter in the chain.
+   * 
+   * @deprecated This method will be removed in future versions. Please use
+   *             {@link #getCopyOfAttachedFiltersList()} method instead.
    */
   public Filter getFirstFilter();
 


More information about the logback-dev mailing list