You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2001/03/20 00:00:28 UTC

cvs commit: jakarta-velocity/examples README.txt

geirm       01/03/19 15:00:28

  Modified:    examples README.txt
  Log:
  added note about logging example
  
  Revision  Changes    Path
  1.8       +4 -0      jakarta-velocity/examples/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/README.txt,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- README.txt	2001/02/12 03:06:30	1.7
  +++ README.txt	2001/03/19 23:00:26	1.8
  @@ -57,6 +57,10 @@
      script.
    - a context implementation that uses a TreeMap for storage.  Very simple.
   
  +logger_example
  +--------------
  +This is a toy program to show how any class can be used as a logging
  +facility with Velocity.
   
   Thanks for using Velocity!