Project

General

Profile

« Previous | Next » 

Revision 23de68fc

Added by Andreas Müller almost 2 years ago

ref #9359 upgrade cdmlib to log4j 2

View differences:

cdmlib-persistence/src/test/java/eu/etaxonomy/cdm/persistence/dao/MethodCacheImplTest.java
5 5

  
6 6
import java.lang.reflect.Method;
7 7

  
8
import org.apache.log4j.Logger;
8
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
9 9
import org.junit.Before;
10 10
import org.junit.Test;
11 11

  
......
17 17

  
18 18
public class MethodCacheImplTest {
19 19
    @SuppressWarnings("unused")
20
	private static final Logger logger = Logger.getLogger(MethodCacheImplTest.class);
20
	private static final Logger logger = LogManager.getLogger(MethodCacheImplTest.class);
21 21
    private Taxon taxon;
22 22
    private IBotanicalName botanicalName;
23 23

  

Also available in: Unified diff