comparison artifacts/src/main/java/org/dive4elements/river/artifacts/services/DischargeTablesOverview.java @ 9726:0a5239a1e46e 3.2.x

Upgrade to Log4j 2
author Tom Gottfried <tom@intevation.de>
date Wed, 02 Mar 2022 10:26:50 +0100
parents 5e38e2924c07
children
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
15 import java.util.Collections; 15 import java.util.Collections;
16 import java.util.Date; 16 import java.util.Date;
17 import java.util.List; 17 import java.util.List;
18 import java.util.Locale; 18 import java.util.Locale;
19 19
20 import org.apache.log4j.Logger; 20 import org.apache.logging.log4j.Logger;
21 import org.apache.logging.log4j.LogManager;
21 import org.jfree.chart.ChartFactory; 22 import org.jfree.chart.ChartFactory;
22 import org.jfree.chart.JFreeChart; 23 import org.jfree.chart.JFreeChart;
23 import org.jfree.chart.plot.Marker; 24 import org.jfree.chart.plot.Marker;
24 import org.jfree.chart.plot.PlotOrientation; 25 import org.jfree.chart.plot.PlotOrientation;
25 import org.jfree.chart.plot.XYPlot; 26 import org.jfree.chart.plot.XYPlot;
42 43
43 44
44 /** Generate Discharge Table chart. */ 45 /** Generate Discharge Table chart. */
45 public class DischargeTablesOverview extends AbstractChartService { 46 public class DischargeTablesOverview extends AbstractChartService {
46 47
47 private static final Logger log = Logger 48 private static final Logger log = LogManager
48 .getLogger(DischargeTablesOverview.class); 49 .getLogger(DischargeTablesOverview.class);
49 50
50 private static final long serialVersionUID = 1L; 51 private static final long serialVersionUID = 1L;
51 52
52 public static final String I18N_CHART_TITLE = 53 public static final String I18N_CHART_TITLE =

http://dive4elements.wald.intevation.org