Moved printpublisher to new logging framework entirely
[taxeditor.git] / taxeditor-printpublisher / src / main / java / eu / etaxonomy / taxeditor / printpublisher / wizard / AbstractPublishWizard.java
index ea15e30caaaea8ddd9a6763373af24fec4425046..f0e0d2a657a4f8e38a6a1495ba0f3b180295678e 100644 (file)
@@ -3,7 +3,6 @@
  */
 package eu.etaxonomy.taxeditor.printpublisher.wizard;
 
-import org.apache.log4j.Logger;
 import org.eclipse.core.runtime.IProgressMonitor;
 import org.eclipse.core.runtime.IStatus;
 import org.eclipse.core.runtime.Status;
@@ -27,8 +26,6 @@ import eu.etaxonomy.taxeditor.store.CdmStore;
  * @version 1.0
  */
 public class AbstractPublishWizard extends Wizard implements IExportWizard{
-       private static final Logger logger = Logger
-                       .getLogger(AbstractPublishWizard.class);
        
        public static final String PAGE_SERVICE = "PAGE_SERVICE";
        public static final String PAGE_TAXA = "PAGE_TAXA";
@@ -115,7 +112,7 @@ public class AbstractPublishWizard extends Wizard implements IExportWizard{
         * @see org.eclipse.ui.IWorkbenchWizard#init(org.eclipse.ui.IWorkbench, org.eclipse.jface.viewers.IStructuredSelection)
         */
        public void init(IWorkbench workbench, IStructuredSelection selection) {
-               logger.warn("Instantiating wizard: " + this.getClass().getSimpleName());
+               PrintUtil.info(this.getClass(), "Instantiating wizard: " + this.getClass().getSimpleName());
        }