diff artifacts/src/main/java/org/dive4elements/river/artifacts/services/ServerInfoService.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 a805211690f7
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/services/ServerInfoService.java	Fri Feb 25 17:17:56 2022 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/services/ServerInfoService.java	Wed Mar 02 10:26:50 2022 +0100
@@ -10,7 +10,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.dive4elements.artifacts.CallMeta;
 import org.dive4elements.artifacts.GlobalContext;
 import org.dive4elements.artifacts.common.ArtifactNamespaceContext;
@@ -29,7 +30,7 @@
 public class ServerInfoService extends D4EService {
 
     /** The log used in this service.*/
-    private static Logger log = Logger.getLogger(ServerInfoService.class);
+    private static Logger log = LogManager.getLogger(ServerInfoService.class);
 
     private static final String XPATH_HELP_URL =
         "/artifact-database/help-url/text()";

http://dive4elements.wald.intevation.org