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-model/src/test/java/eu/etaxonomy/cdm/model/common/AnnotationTest.java
15 15

  
16 16
import java.net.URISyntaxException;
17 17

  
18
import org.apache.log4j.Logger;
18
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
19 19
import org.junit.Before;
20 20
import org.junit.Test;
21 21

  
......
31 31
public class AnnotationTest extends EntityTestBase {
32 32

  
33 33
	@SuppressWarnings("unused")
34
	private static final Logger logger = Logger.getLogger(AnnotationTest.class);
34
	private static final Logger logger = LogManager.getLogger(AnnotationTest.class);
35 35

  
36 36
	private static final String TEST_URI_STR = "http://test.abc.de";
37 37

  

Also available in: Unified diff