dlr         2003/10/22 10:24:41

  Modified:    src/java/org/apache/velocity/runtime/log Log4JLogSystem.java
  Log:
  * src/java/org/apache/velocity/runtime/log/Log4JLogSystem.java
    Tweaked header JavaDoc description, and bumped @since tag to 1.5, as
    though this class was dervied from SimpleLog4JLogSystem, it is now
    incompatible enough with both it and the more complex _previous_
    incarnation of Log4JLogSystem that we'll treat it like entirely new code.
  
  Revision  Changes    Path
  1.11      +5 -4      
jakarta-velocity/src/java/org/apache/velocity/runtime/log/Log4JLogSystem.java
  
  Index: Log4JLogSystem.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/log/Log4JLogSystem.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -u -r1.10 -r1.11
  --- Log4JLogSystem.java       22 Oct 2003 10:49:27 -0000      1.10
  +++ Log4JLogSystem.java       22 Oct 2003 17:24:41 -0000      1.11
  @@ -69,13 +69,14 @@
    * Implementation of a simple log4j system that will either latch onto
    * an existing category, or just do a simple rolling file log.
    *
  - * This is the one that you wan to use - it uses the modern 'Logger'
  - * concept of Log4j rather than the deprecated 'Categeory' concept.
  + * Use this one rather than [EMAIL PROTECTED] SimpleLog4JLogSystem}; it uses the
  + * modern <code>Logger</code> concept of Log4J, rather than the
  + * deprecated <code>Categeory</code> concept.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]>Geir Magnusson Jr.</a>
    * @author <a href="mailto:[EMAIL PROTECTED]>Daniel L. Rall</a>
    * @version $Id$
  - * @since Velocity 1.3
  + * @since Velocity 1.5
    */
   public class Log4JLogSystem implements LogSystem
   {
  
  
  

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

Reply via email to