costin      2002/12/18 13:23:27

  Modified:    util/java/org/apache/tomcat/util/log Log.java
  Log:
  Add deprecated comment. Commons-logging should be used
  instead. We'll need to finish converting all logs
  from both tomcat.util.log and catalina.Log
  
  Revision  Changes    Path
  1.3       +1 -0      
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/log/Log.java
  
  Index: Log.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/log/Log.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Log.java  12 Jul 2002 17:56:23 -0000      1.2
  +++ Log.java  18 Dec 2002 21:23:26 -0000      1.3
  @@ -97,6 +97,7 @@
    *  embeding application can then set up or change the logging details,
    *  without any action from the log user.
    *
  + * @deprecated Commons-logging should be used instead.
    * @author Alex Chaffee [[EMAIL PROTECTED]]
    * @author Costin Manolache
    **/
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to