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/validation/BasionymsMustShareEpithetsAndAuthorsTest.java
12 12

  
13 13
import javax.validation.ConstraintViolation;
14 14

  
15
import org.apache.log4j.Logger;
15
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
16 16
import org.junit.Assert;
17 17
import org.junit.Before;
18 18
import org.junit.Test;
......
39 39
public class BasionymsMustShareEpithetsAndAuthorsTest extends ValidationTestBase {
40 40

  
41 41
    @SuppressWarnings("unused")
42
    private static final Logger logger = Logger.getLogger(BasionymsMustShareEpithetsAndAuthorsTest.class);
42
    private static final Logger logger = LogManager.getLogger(BasionymsMustShareEpithetsAndAuthorsTest.class);
43 43

  
44 44
	private IBotanicalName name;
45 45
	private TaxonName basionymName;

Also available in: Unified diff