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/event/EditorActionContextFormatter.java
18 18

  
19 19
import org.apache.commons.beanutils.BeanUtilsBean;
20 20
import org.apache.commons.lang3.StringUtils;
21
import org.apache.log4j.Logger;
21
import org.apache.logging.log4j.LogManager;
22
import org.apache.logging.log4j.Logger;
22 23

  
23 24
import com.vaadin.ui.Component;
24 25

  
......
32 33
/**
33 34
 * @author a.kohlbecker
34 35
 * @since Oct 29, 2018
35
 *
36 36
 */
37 37
public class EditorActionContextFormatter {
38 38

  
39
    public static final Logger logger = Logger.getLogger(EditorActionContextFormatter.class);
39
    private final static Logger logger = LogManager.getLogger();
40 40

  
41 41
    private static final String NEW = "New";
42 42

  

Also available in: Unified diff