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/strategy/match/MatchException.java
9 9

  
10 10
package eu.etaxonomy.cdm.strategy.match;
11 11

  
12
import org.apache.log4j.Logger;
12
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
13 13

  
14 14
/**
15 15
 * @author a.mueller
......
19 19
public class MatchException extends Exception {
20 20
	private static final long serialVersionUID = -5128952015522078808L;
21 21
	@SuppressWarnings("unused")
22
	private static final Logger logger = Logger.getLogger(MatchException.class);
22
	private static final Logger logger = LogManager.getLogger(MatchException.class);
23 23

  
24 24
	/**
25 25
	 * 

Also available in: Unified diff