geirm 01/11/17 04:33:30
Modified: src/java/org/apache/velocity/runtime/defaults
velocity.properties
Log:
The log class now has to values, logkit (as before) and now also
log4j. You can now just put either in the classpath, and vel will
automatically use the first one it finds.
Revision Changes Path
1.23 +1 -2
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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- velocity.properties 2001/11/06 03:23:05 1.22
+++ velocity.properties 2001/11/17 12:33:30 1.23
@@ -13,8 +13,7 @@
# default LogSystem to use: default: AvalonLogSystem
#----------------------------------------------------------------------------
-runtime.log.logsystem.class = org.apache.velocity.runtime.log.AvalonLogSystem
-#runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogSystem
+runtime.log.logsystem.class =
org.apache.velocity.runtime.log.AvalonLogSystem,org.apache.velocity.runtime.log.SimpleLog4JLogSystem
#---------------------------------------------------------------------------
# This is the location of the Velocity Runtime log.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>