geirm       01/03/18 21:20:47

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  Added AvalonLogSystem as the default logger system
  
  Revision  Changes    Path
  1.19      +8 -0      
jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- velocity.properties       2001/03/17 05:09:18     1.18
  +++ velocity.properties       2001/03/19 05:20:47     1.19
  @@ -8,6 +8,14 @@
   #----------------------------------------------------------------------------
   # R U N T I M E  L O G  
   #----------------------------------------------------------------------------
  +
  +#----------------------------------------------------------------------------
  +#  default LogSystem to use
  +#----------------------------------------------------------------------------
  +
  +runtime.log.logsystem.class = org.apache.velocity.runtime.log.AvalonLogSystem
  +
  +#---------------------------------------------------------------------------
   # This is the location of the Velocity Runtime log.
   #----------------------------------------------------------------------------
   
  
  
  

Reply via email to