comparison gwt-client/src/main/java/org/dive4elements/river/client/server/StepForwardServiceImpl.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 238fc722f87a
children
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
8 8
9 package org.dive4elements.river.client.server; 9 package org.dive4elements.river.client.server;
10 10
11 import org.w3c.dom.Document; 11 import org.w3c.dom.Document;
12 12
13 import org.apache.log4j.Logger; 13 import org.apache.logging.log4j.Logger;
14 import org.apache.logging.log4j.LogManager;
14 15
15 import org.dive4elements.artifacts.common.ArtifactNamespaceContext; 16 import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
16 import org.dive4elements.artifacts.common.utils.ClientProtocolUtils; 17 import org.dive4elements.artifacts.common.utils.ClientProtocolUtils;
17 import org.dive4elements.artifacts.common.utils.XMLUtils; 18 import org.dive4elements.artifacts.common.utils.XMLUtils;
18 19
38 public class StepForwardServiceImpl 39 public class StepForwardServiceImpl
39 extends AdvanceServiceImpl 40 extends AdvanceServiceImpl
40 implements StepForwardService 41 implements StepForwardService
41 { 42 {
42 private static final Logger log = 43 private static final Logger log =
43 Logger.getLogger(StepForwardServiceImpl.class); 44 LogManager.getLogger(StepForwardServiceImpl.class);
44 45
45 46
46 /** XPath that points to the result type of a feed or advance operation.*/ 47 /** XPath that points to the result type of a feed or advance operation.*/
47 public static final String XPATH_RESULT = "/art:result/@art:type"; 48 public static final String XPATH_RESULT = "/art:result/@art:type";
48 49

http://dive4elements.wald.intevation.org