You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Paul Hammant <Pa...@yahoo.com> on 2002/03/02 09:38:43 UTC

Re: cvs commit: jakarta-avalon/src/java/org/apache/avalon/framework/logger AbstractLogEnabled.java AbstractLoggable.java

Ooops, it appears I did the wrong thing re applying Mark's patches...

Sorry,
- Paul


donaldp@apache.org wrote:

>donaldp     02/03/01 12:21:12
>
>  Modified:    src/java/org/apache/avalon/framework/logger
>                        AbstractLogEnabled.java AbstractLoggable.java
>  Log:
>  Loggable is deprecated - not LogEnabled!
>  
>  Revision  Changes    Path
>  1.5       +0 -2      jakarta-avalon/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java
>  
>  Index: AbstractLogEnabled.java
>  ===================================================================
>  RCS file: /home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/logger/AbstractLogEnabled.java,v
>  retrieving revision 1.4
>  retrieving revision 1.5
>  diff -u -r1.4 -r1.5
>  --- AbstractLogEnabled.java	28 Feb 2002 13:35:58 -0000	1.4
>  +++ AbstractLogEnabled.java	1 Mar 2002 20:21:12 -0000	1.5
>  @@ -10,8 +10,6 @@
>   /**
>    * Utility class to allow construction of easy components that will perform logging.
>    *
>  - * @deprecated Use {@link AbstractLogEnabled} instead.
>  - *
>    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
>    */
>   public abstract class AbstractLogEnabled
>  
>  
>  
>  1.8       +1 -0      jakarta-avalon/src/java/org/apache/avalon/framework/logger/AbstractLoggable.java
>  
>  Index: AbstractLoggable.java
>  ===================================================================
>  RCS file: /home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/logger/AbstractLoggable.java,v
>  retrieving revision 1.7
>  retrieving revision 1.8
>  diff -u -r1.7 -r1.8
>  --- AbstractLoggable.java	11 Dec 2001 09:00:46 -0000	1.7
>  +++ AbstractLoggable.java	1 Mar 2002 20:21:12 -0000	1.8
>  @@ -11,6 +11,7 @@
>    * Utility class to allow construction of easy components that will perform logging.
>    *
>    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
>  + * @deprecated Use {@link AbstractLogEnabled} instead.
>    */
>   public abstract class AbstractLoggable
>       implements Loggable
>  
>  
>  
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>