Project

General

Profile

« Previous | Next » 

Revision b8c89622

Added by Andreas Müller almost 2 years ago

ref #9359, ref #10072, ref #10095 use log4j2 in cdmserver

View differences:

src/main/java/eu/etaxonomy/cdm/server/UnzipUtility.java
17 17
import java.util.zip.ZipInputStream;
18 18

  
19 19
import org.apache.commons.io.FileUtils;
20
import org.apache.log4j.Logger;
20
import org.apache.logging.log4j.LogManager;
21
import org.apache.logging.log4j.Logger;
21 22

  
22 23
/**
23 24
 * This utility extracts files and directories of a standard zip file to
......
26 27
 */
27 28
public class UnzipUtility {
28 29

  
29
    private static final Logger logger = Logger.getLogger(UnzipUtility.class);
30
    private static final Logger logger = LogManager.getLogger();
30 31

  
31 32
    /**
32 33
     * Size of the buffer to read/write data

Also available in: Unified diff