comparison gwt-client/src/main/java/org/dive4elements/river/client/server/FLYSArtifactCreator.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
15 15
16 import org.w3c.dom.Document; 16 import org.w3c.dom.Document;
17 import org.w3c.dom.Element; 17 import org.w3c.dom.Element;
18 import org.w3c.dom.NodeList; 18 import org.w3c.dom.NodeList;
19 19
20 import org.apache.log4j.Logger; 20 import org.apache.logging.log4j.Logger;
21 import org.apache.logging.log4j.LogManager;
21 22
22 import org.dive4elements.artifacts.common.utils.XMLUtils; 23 import org.dive4elements.artifacts.common.utils.XMLUtils;
23 import org.dive4elements.artifacts.common.ArtifactNamespaceContext; 24 import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
24 25
25 import org.dive4elements.artifacts.httpclient.utils.ArtifactCreator; 26 import org.dive4elements.artifacts.httpclient.utils.ArtifactCreator;
44 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 45 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
45 */ 46 */
46 public class FLYSArtifactCreator implements ArtifactCreator { 47 public class FLYSArtifactCreator implements ArtifactCreator {
47 48
48 private static final Logger log = 49 private static final Logger log =
49 Logger.getLogger(FLYSArtifactCreator.class); 50 LogManager.getLogger(FLYSArtifactCreator.class);
50 51
51 52
52 /** The XPath to the artifact's uuid.*/ 53 /** The XPath to the artifact's uuid.*/
53 public static final String XPATH_UUID = "/art:result/art:uuid/@art:value"; 54 public static final String XPATH_UUID = "/art:result/art:uuid/@art:value";
54 55

http://dive4elements.wald.intevation.org