comparison gwt-client/src/main/java/org/dive4elements/river/client/server/CollectionAttributeServiceImpl.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 238fc722f87a
children
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
8 8
9 package org.dive4elements.river.client.server; 9 package org.dive4elements.river.client.server;
10 10
11 import org.w3c.dom.Document; 11 import org.w3c.dom.Document;
12 12
13 import org.apache.log4j.Logger; 13 import org.apache.logging.log4j.Logger;
14 import org.apache.logging.log4j.LogManager;
14 15
15 import org.dive4elements.artifacts.common.utils.ClientProtocolUtils; 16 import org.dive4elements.artifacts.common.utils.ClientProtocolUtils;
16 17
17 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException; 18 import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
18 import org.dive4elements.artifacts.httpclient.http.HttpClient; 19 import org.dive4elements.artifacts.httpclient.http.HttpClient;
31 public class CollectionAttributeServiceImpl 32 public class CollectionAttributeServiceImpl
32 extends DescribeCollectionServiceImpl 33 extends DescribeCollectionServiceImpl
33 implements CollectionAttributeService 34 implements CollectionAttributeService
34 { 35 {
35 private static final Logger log = 36 private static final Logger log =
36 Logger.getLogger(CollectionAttributeServiceImpl.class); 37 LogManager.getLogger(CollectionAttributeServiceImpl.class);
37 38
38 39
39 public static final String ERROR_UPDATING_COLLECTION_ATTRIBUTE = 40 public static final String ERROR_UPDATING_COLLECTION_ATTRIBUTE =
40 "error_update_collection_attribute"; 41 "error_update_collection_attribute";
41 42

http://dive4elements.wald.intevation.org