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-print/src/main/java/eu/etaxonomy/cdm/print/XmlEntityFactoryBase.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.print;
11 10

  
12 11
import java.util.ArrayList;
......
14 13
import java.util.List;
15 14
import java.util.Locale;
16 15

  
17
import org.apache.log4j.Logger;
16
import org.apache.logging.log4j.LogManager;
17
import org.apache.logging.log4j.Logger;
18 18
import org.jdom.Element;
19 19
import org.jdom.input.SAXBuilder;
20 20

  
......
27 27
 * @since Jul 16, 2010
28 28
 */
29 29
public abstract class XmlEntityFactoryBase implements IXMLEntityFactory {
30
	private static final Logger logger = Logger
31
			.getLogger(XmlEntityFactoryBase.class);
30

  
31
	private static final Logger logger = LogManager.getLogger(XmlEntityFactoryBase.class);
32 32

  
33 33
	/**
34 34
	 * A list of XML element names that are used to store collections

Also available in: Unified diff