Project

General

Profile

« Previous | Next » 

Revision f64f32be

Added by Andreas Müller almost 2 years ago

ref #10072 adapt dataportal to log4j2

View differences:

src/main/java/eu/etaxonomy/dataportal/elements/RegistrationItem.java
11 11
import java.util.ArrayList;
12 12
import java.util.List;
13 13

  
14
import org.apache.logging.log4j.LogManager;
15
import org.apache.logging.log4j.Logger;
14 16
import org.openqa.selenium.By;
15 17
import org.openqa.selenium.WebElement;
16 18

  
......
21 23
 */
22 24
abstract public class RegistrationItem extends BaseElement {
23 25

  
26
    private static final Logger logger = LogManager.getLogger();
27

  
24 28
    enum Style {
25 29
        /**
26 30
         * style produced by modules/cdm_dataportal/includes/name.inc#compose_registration_dto_full()

Also available in: Unified diff