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/out/PublishOutputModuleBase.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.out;
11 10

  
12 11
import java.io.File;
......
22 21
import java.util.Calendar;
23 22
import java.util.List;
24 23

  
25
import org.apache.log4j.Logger;
24
import org.apache.logging.log4j.LogManager;
25
import org.apache.logging.log4j.Logger;
26 26
import org.jdom.Document;
27 27

  
28 28
import eu.etaxonomy.cdm.common.monitor.IProgressMonitor;
......
35 35
 *
36 36
 * @author n.hoffmann
37 37
 * @since Apr 20, 2010
38
 * @version 1.0
39 38
 */
40 39
public abstract class PublishOutputModuleBase implements IPublishOutputModule {
41
	private static final Logger logger = Logger
42
			.getLogger(PublishOutputModuleBase.class);
40

  
41
	private static final Logger logger = LogManager.getLogger(PublishOutputModuleBase.class);
43 42

  
44 43
	/**
45 44
	 * The date format used by {@link #generateFilenameWithDate(String, String)}

Also available in: Unified diff