Project

General

Profile

« Previous | Next » 

Revision f274f083

Added by Andreas Müller almost 2 years ago

ref #9359 upgrade TaxEditor to log4j2

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/AbstractUtility.java
28 28
import java.util.zip.ZipOutputStream;
29 29

  
30 30
import org.apache.commons.lang3.StringUtils;
31
import org.apache.log4j.Logger;
31
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
32 32
import org.eclipse.core.commands.ExecutionException;
33 33
import org.eclipse.core.commands.operations.AbstractOperation;
34 34
import org.eclipse.core.commands.operations.IOperationHistory;
......
94 94
 */
95 95
public abstract class AbstractUtility {
96 96

  
97
    protected static final Logger logger = Logger.getLogger(AbstractUtility.class);
97
    protected static final Logger logger = LogManager.getLogger(AbstractUtility.class);
98 98

  
99 99
    /** Constant <code>statusLineManager</code> */
100 100
    protected static IStatusLineManager statusLineManager;

Also available in: Unified diff