comparison artifacts/src/main/java/org/dive4elements/river/jfree/AxisDataset.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 a805211690f7
children
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
16 import org.jfree.data.xy.XYDataset; 16 import org.jfree.data.xy.XYDataset;
17 import org.jfree.data.xy.XYSeries; 17 import org.jfree.data.xy.XYSeries;
18 import org.jfree.data.xy.XYSeriesCollection; 18 import org.jfree.data.xy.XYSeriesCollection;
19 import org.jfree.data.time.TimeSeriesCollection; 19 import org.jfree.data.time.TimeSeriesCollection;
20 20
21 import org.apache.log4j.Logger; 21 import org.apache.logging.log4j.Logger;
22 import org.apache.logging.log4j.LogManager;
22 23
23 /** 24 /**
24 * Axis datasets. 25 * Axis datasets.
25 */ 26 */
26 public class AxisDataset 27 public class AxisDataset
27 { 28 {
28 private static Logger log = Logger.getLogger(AxisDataset.class); 29 private static Logger log = LogManager.getLogger(AxisDataset.class);
29 30
30 /** Symbolic integer, but also coding the priority (0 goes first). */ 31 /** Symbolic integer, but also coding the priority (0 goes first). */
31 protected int axisSymbol; 32 protected int axisSymbol;
32 33
33 /** List of assigned datasets (in order). */ 34 /** List of assigned datasets (in order). */

http://dive4elements.wald.intevation.org