diff artifacts/src/main/java/org/dive4elements/river/utils/RiverUtils.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 308a0d822d18
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/utils/RiverUtils.java	Fri Feb 25 17:17:56 2022 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/utils/RiverUtils.java	Wed Mar 02 10:26:50 2022 +0100
@@ -42,7 +42,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.hibernate.SessionFactory;
 import org.hibernate.impl.SessionFactoryImpl;
 import org.w3c.dom.Document;
@@ -59,7 +60,7 @@
 public class RiverUtils {
 
     /** The log that is used in this utility. */
-    private static Logger log = Logger.getLogger(RiverUtils.class);
+    private static Logger log = LogManager.getLogger(RiverUtils.class);
 
     /**
      * Enum that represents the 5 possible WQ modes in FLYS. The 5 values are

http://dive4elements.wald.intevation.org