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/main/java/eu/etaxonomy/cdm/model/location/Country.java
31 31
import javax.xml.bind.annotation.XmlSchemaType;
32 32
import javax.xml.bind.annotation.XmlType;
33 33

  
34
import org.apache.log4j.Logger;
34
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
35 35
import org.hibernate.envers.Audited;
36 36

  
37 37
import au.com.bytecode.opencsv.CSVWriter;
......
64 64
public class Country extends NamedArea {
65 65

  
66 66
    private static final long serialVersionUID = -6791671976199722843L;
67
	private static final Logger logger = Logger.getLogger(Country.class);
67
	private static final Logger logger = LogManager.getLogger(Country.class);
68 68

  
69 69
	/**
70 70
	 * 2 character ISO 3166 Country codes

Also available in: Unified diff