Mercurial > dive4elements > river
view flys-client/src/main/webapp/WEB-INF/log4j.properties @ 4198:1cdbd8a0c994
Added two new tables ClickableQDTable and ClickableWTable and made Ws and Qs clickable in historical discharge calculation.
The new tables define listener interfaces (clicked lower or upper icon) to listen to user clicks.
In addition to this, there is an enum ClickMode with NONE, SINGLE and RANGE options, which allows to
specifiy, which icons are displayed in the tables. NONE means no icon for user clicks, SINGLE has 1
icon, RANGE 2 icons for lower and upper.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 22 Oct 2012 13:31:25 +0200 |
parents | d0eb2202ffbe |
children |
line wrap: on
line source
log4j.rootLogger=DEBUG, FLYS ########## INTERNAL PACKAGES log4j.category.de.intevation.flys.client.server=DEBUG ########## EXTERNAL PACKAGES log4j.category.org.apache.http=ERROR log4j.category.de.intevation.artifacts.httpclient=WARN ########## APPENDER SETTINGS log4j.appender.FLYS.layout=org.apache.log4j.PatternLayout log4j.appender.FLYS.layout.ConversionPattern=%d [%t] %-5p %c - %m%n log4j.appender.FLYS=org.apache.log4j.RollingFileAppender log4j.appender.FLYS.File=/tmp/flys-client.log log4j.appender.FLYS.MaxFileSize=5000KB log4j.appender.FLYS.MaxBackupIndex=3