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.editor/src/main/java/eu/etaxonomy/taxeditor/editor/internal/TaxeditorEditorPlugin.java
1 1
package eu.etaxonomy.taxeditor.editor.internal;
2 2

  
3
import org.apache.log4j.Logger;
3
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
4 4
import org.eclipse.ui.plugin.AbstractUIPlugin;
5 5
import org.osgi.framework.BundleContext;
6 6

  
......
16 16
public class TaxeditorEditorPlugin extends AbstractUIPlugin {
17 17

  
18 18
	/** Constant <code>logger</code> */
19
	public static final Logger logger = Logger.getLogger(TaxeditorEditorPlugin.class);
19
	public static final Logger logger = LogManager.getLogger(TaxeditorEditorPlugin.class);
20 20

  
21 21
	// The plug-in ID
22 22
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.editor"</code> */

Also available in: Unified diff