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-io/src/main/java/eu/etaxonomy/cdm/io/sdd/out/SDDDocumentBuilder.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.io.sdd.out;
11 10

  
12 11
import java.io.File;
......
25 24

  
26 25
import javax.xml.bind.Marshaller;
27 26

  
28
import org.apache.log4j.Logger;
27
import org.apache.logging.log4j.LogManager;
28
import org.apache.logging.log4j.Logger;
29 29
import org.apache.xerces.dom.DocumentImpl;
30 30
import org.apache.xerces.dom.ElementImpl;
31 31
import org.apache.xerces.impl.xpath.regex.ParseException;
......
193 193

  
194 194
	private final Language defaultLanguage = Language.DEFAULT();
195 195

  
196
	private static final Logger logger = Logger
197
			.getLogger(SDDDocumentBuilder.class);
196
	private static final Logger logger = LogManager.getLogger(SDDDocumentBuilder.class);
198 197

  
199 198
	public SDDDocumentBuilder() throws SAXException, IOException {
200 199
		document = new DocumentImpl();

Also available in: Unified diff