comparison artifacts/src/main/java/org/dive4elements/river/exports/ChartSettings.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
11 import javax.xml.xpath.XPathConstants; 11 import javax.xml.xpath.XPathConstants;
12 12
13 import org.w3c.dom.Node; 13 import org.w3c.dom.Node;
14 import org.w3c.dom.NodeList; 14 import org.w3c.dom.NodeList;
15 15
16 import org.apache.log4j.Logger; 16 import org.apache.logging.log4j.Logger;
17 import org.apache.logging.log4j.LogManager;
17 18
18 import org.dive4elements.artifacts.common.utils.XMLUtils; 19 import org.dive4elements.artifacts.common.utils.XMLUtils;
19 20
20 import org.dive4elements.artifactdatabase.state.DefaultSection; 21 import org.dive4elements.artifactdatabase.state.DefaultSection;
21 import org.dive4elements.artifactdatabase.state.DefaultSettings; 22 import org.dive4elements.artifactdatabase.state.DefaultSettings;
25 /** 26 /**
26 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 27 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
27 */ 28 */
28 public class ChartSettings extends DefaultSettings { 29 public class ChartSettings extends DefaultSettings {
29 30
30 private static final Logger log = Logger.getLogger(ChartSettings.class); 31 private static final Logger log = LogManager.getLogger(ChartSettings.class);
31 32
32 protected ChartSection chartSection; 33 protected ChartSection chartSection;
33 protected LegendSection legendSection; 34 protected LegendSection legendSection;
34 protected ExportSection exportSection; 35 protected ExportSection exportSection;
35 protected Section axesSection; 36 protected Section axesSection;

http://dive4elements.wald.intevation.org