comparison artifact-database/src/main/java/org/dive4elements/artifactdatabase/CollectionCallContext.java @ 570:584591f8203c 3.2.x

Upgrade to Log4j 2
author Tom Gottfried <tom@intevation.de>
date Mon, 28 Feb 2022 17:41:14 +0100
parents 415df0fc4fa1
children
comparison
equal deleted inserted replaced
569:2b40f4bf190d 570:584591f8203c
7 */ 7 */
8 package org.dive4elements.artifactdatabase; 8 package org.dive4elements.artifactdatabase;
9 9
10 import java.util.LinkedList; 10 import java.util.LinkedList;
11 11
12 import org.apache.log4j.Logger; 12 import org.apache.logging.log4j.Logger;
13 import org.apache.logging.log4j.LogManager;
13 14
14 import org.dive4elements.artifacts.ArtifactCollection; 15 import org.dive4elements.artifacts.ArtifactCollection;
15 import org.dive4elements.artifacts.CallMeta; 16 import org.dive4elements.artifacts.CallMeta;
16 import org.dive4elements.artifacts.Message; 17 import org.dive4elements.artifacts.Message;
17 18
22 * 23 *
23 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 24 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
24 */ 25 */
25 public class CollectionCallContext extends AbstractCallContext { 26 public class CollectionCallContext extends AbstractCallContext {
26 27
27 private static Logger log = Logger.getLogger(CollectionCallContext.class); 28 private static Logger log = LogManager.getLogger(CollectionCallContext.class);
28 29
29 /** 30 /**
30 * The ArtifactCollection. 31 * The ArtifactCollection.
31 */ 32 */
32 protected ArtifactCollection collection; 33 protected ArtifactCollection collection;

http://dive4elements.wald.intevation.org