diff artifacts/src/main/java/org/dive4elements/river/collections/AttributeParser.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 e4606eae8ea5
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/collections/AttributeParser.java	Fri Feb 25 17:17:56 2022 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/collections/AttributeParser.java	Wed Mar 02 10:26:50 2022 +0100
@@ -13,7 +13,8 @@
 
 import javax.xml.xpath.XPathConstants;
 
-import org.apache.log4j.Logger;
+import org.apache.logging.log4j.Logger;
+import org.apache.logging.log4j.LogManager;
 
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
@@ -43,7 +44,7 @@
         "/art:attribute/art:outputs/art:output";
 
 
-    private static Logger log = Logger.getLogger(AttributeParser.class);
+    private static Logger log = LogManager.getLogger(AttributeParser.class);
 
 
     protected Document attributeDocument;

http://dive4elements.wald.intevation.org