comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/FastCrossSectionLineFactory.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 af13ceeba52a
children
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
17 import net.sf.ehcache.Cache; 17 import net.sf.ehcache.Cache;
18 import net.sf.ehcache.Element; 18 import net.sf.ehcache.Element;
19 19
20 import java.util.List; 20 import java.util.List;
21 21
22 import org.apache.log4j.Logger; 22 import org.apache.logging.log4j.Logger;
23 import org.apache.logging.log4j.LogManager;
23 24
24 public class FastCrossSectionLineFactory 25 public class FastCrossSectionLineFactory
25 { 26 {
26 private static Logger log = 27 private static Logger log =
27 Logger.getLogger(FastCrossSectionLineFactory.class); 28 LogManager.getLogger(FastCrossSectionLineFactory.class);
28 29
29 public static final String CACHE_NAME = "fast-cross-section-lines"; 30 public static final String CACHE_NAME = "fast-cross-section-lines";
30 31
31 private FastCrossSectionLineFactory() { 32 private FastCrossSectionLineFactory() {
32 } 33 }

http://dive4elements.wald.intevation.org