Mercurial > dive4elements > river
view flys-aft/bin/log4j.properties @ 4737:718adea968e2
Add <dc:variable name="variable" expr="xpath"/> construct to datacage language.
Each time during traversal of the template this element is found a variable
called 'variable' is set to the result of the the evaluation of the
XPpath 'xpath'.
Example:
<dc:variable name="x" expr="$x + 1"/> <!-- Assign x+1 to x -->
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 02 Jan 2013 14:05:21 +0100 |
parents | f72c253663fc |
children |
line wrap: on
line source
# Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 log4j.category.org.hibernate=DEBUG # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%d - %m%n