Project

General

Profile

« Previous | Next » 

Revision f274f083

Added by Andreas Müller almost 2 years ago

ref #9359 upgrade TaxEditor to log4j2

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/service/RemoteInvocationTermCacher.java
14 14
import java.util.Map;
15 15
import java.util.Set;
16 16

  
17
import org.apache.log4j.Logger;
17
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
18 18
import org.springframework.remoting.support.RemoteInvocation;
19 19
import org.springframework.remoting.support.RemoteInvocationResult;
20 20

  
......
25 25

  
26 26
public class RemoteInvocationTermCacher implements IRemoteInvocationTermCacher {
27 27

  
28
    private static final Logger logger = Logger.getLogger(RemoteInvocationTermCacher.class);
28
    private static final Logger logger = LogManager.getLogger(RemoteInvocationTermCacher.class);
29 29

  
30 30
	private static Map<TermType, RemoteInvocationResult> termTypeMap = new HashMap<>();
31 31

  

Also available in: Unified diff