comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/FlowVelocityFacet.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
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
15 15
16 import org.dive4elements.river.artifacts.D4EArtifact; 16 import org.dive4elements.river.artifacts.D4EArtifact;
17 17
18 import org.dive4elements.river.artifacts.states.DefaultState.ComputeType; 18 import org.dive4elements.river.artifacts.states.DefaultState.ComputeType;
19 19
20 import org.apache.log4j.Logger; 20 import org.apache.logging.log4j.Logger;
21 import org.apache.logging.log4j.LogManager;
21 22
22 /** 23 /**
23 * Facet of a FlowVelocity curve. 24 * Facet of a FlowVelocity curve.
24 */ 25 */
25 public class FlowVelocityFacet extends DataFacet { 26 public class FlowVelocityFacet extends DataFacet {
26 27
27 private static Logger log = Logger.getLogger(FlowVelocityFacet.class); 28 private static Logger log = LogManager.getLogger(FlowVelocityFacet.class);
28 29
29 public FlowVelocityFacet() { 30 public FlowVelocityFacet() {
30 // required for clone operation deepCopy() 31 // required for clone operation deepCopy()
31 } 32 }
32 33

http://dive4elements.wald.intevation.org