geirm 00/11/26 19:38:35
Modified: src/java/org/apache/velocity/runtime RuntimeConstants.java
Log:
Added the properties for stacktrace squelch.
Revision Changes Path
1.3 +5 -0
jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java
Index: RuntimeConstants.java
===================================================================
RCS file:
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeConstants.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RuntimeConstants.java 2000/11/16 23:06:40 1.2
+++ RuntimeConstants.java 2000/11/27 03:38:35 1.3
@@ -59,6 +59,11 @@
/** Location of the log file */
public static final String RUNTIME_LOG = "runtime.log";
+ /** stack trace output */
+ public static final String RUNTIME_LOG_ERROR_STACKTRACE =
"runtime.log.error.stacktrace";
+ public static final String RUNTIME_LOG_WARN_STACKTRACE =
"runtime.log.warn.stacktrace";
+ public static final String RUNTIME_LOG_INFO_STACKTRACE =
"runtime.log.info.stacktrace";
+
/** The encoding to use for the template */
public static final String TEMPLATE_ENCODING = "template.encoding";