comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/LocationDistanceSelect.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 07df414d5d88
children
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.artifacts.states; 9 package org.dive4elements.river.artifacts.states;
10 10
11 import org.apache.log4j.Logger; 11 import org.apache.logging.log4j.Logger;
12 import org.apache.logging.log4j.LogManager;
12 13
13 import org.dive4elements.artifacts.Artifact; 14 import org.dive4elements.artifacts.Artifact;
14 15
15 import org.dive4elements.artifactdatabase.data.StateData; 16 import org.dive4elements.artifactdatabase.data.StateData;
16 17
26 public class LocationDistanceSelect 27 public class LocationDistanceSelect
27 extends ComputationRangeState 28 extends ComputationRangeState
28 { 29 {
29 30
30 /** The log used in this class. */ 31 /** The log used in this class. */
31 private static Logger log = Logger.getLogger(LocationDistanceSelect.class); 32 private static Logger log = LogManager.getLogger(LocationDistanceSelect.class);
32 33
33 /** The name of the 'mode' field. */ 34 /** The name of the 'mode' field. */
34 public static final String MODE = "ld_mode"; 35 public static final String MODE = "ld_mode";
35 36
36 /** The name of the 'locations' field. */ 37 /** The name of the 'locations' field. */

http://dive4elements.wald.intevation.org