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/name/NomenclaturalStatus.java
18 18
import javax.xml.bind.annotation.XmlSchemaType;
19 19
import javax.xml.bind.annotation.XmlType;
20 20

  
21
import org.apache.log4j.Logger;
21
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
22 22
import org.hibernate.envers.Audited;
23 23

  
24 24
import eu.etaxonomy.cdm.model.common.SingleSourcedEntityBase;
......
46 46
        implements IRuleConsidered{
47 47

  
48 48
	private static final long serialVersionUID = -2451270405173131900L;
49
	static Logger logger = Logger.getLogger(NomenclaturalStatus.class);
49
	static Logger logger = LogManager.getLogger(NomenclaturalStatus.class);
50 50

  
51 51
	//The nomenclatural code rule considered. The article/note/recommendation in the code
52 52
	//in question that is commented on in the note property.

Also available in: Unified diff