comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/charts/TimeseriesStepChart.java @ 4052:6d8c7a00e74e

Do cumentation.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 08 Oct 2012 09:51:03 +0200
parents 4bd3d8bbb60c
children
comparison
equal deleted inserted replaced
4051:58bdf95df5e4 4052:6d8c7a00e74e
51 51
52 logger.info("End of TimeseriesStepChart demo."); 52 logger.info("End of TimeseriesStepChart demo.");
53 } 53 }
54 54
55 55
56 /** Setup the log4j logging (read LOG4J_PROPERIES envvar). */
56 public static void configureLogging() { 57 public static void configureLogging() {
57 String log4jProperties = System.getenv(LOG4J_PROPERTIES); 58 String log4jProperties = System.getenv(LOG4J_PROPERTIES);
58 59
59 if (log4jProperties != null && log4jProperties.length() > 0) { 60 if (log4jProperties != null && log4jProperties.length() > 0) {
60 PropertyConfigurator.configure(log4jProperties); 61 PropertyConfigurator.configure(log4jProperties);

http://dive4elements.wald.intevation.org