Project

General

Profile

« Previous | Next » 

Revision a27635bd

Added by Andreas Müller almost 2 years ago

ref #10072 adapt vaadin to log4j2 and cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/AbstractUI.java
9 9
package eu.etaxonomy.cdm.vaadin.ui;
10 10

  
11 11

  
12
import org.apache.log4j.Logger;
12
import org.apache.logging.log4j.LogManager;
13
import org.apache.logging.log4j.Logger;
13 14
import org.springframework.beans.factory.annotation.Autowired;
14 15
import org.vaadin.spring.events.EventBus.UIEventBus;
15 16

  
......
46 47

  
47 48
    private static final long serialVersionUID = 7430086500775997281L;
48 49

  
49
    private static Logger logger = Logger.getLogger(AbstractUI.class);
50
    private final static Logger logger = LogManager.getLogger();
50 51

  
51 52
    abstract protected ViewDisplay getViewDisplay();
52 53

  

Also available in: Unified diff