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.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/dna/TissueSampleGeneralDetailElement.java
8 8
*/
9 9
package eu.etaxonomy.taxeditor.ui.section.occurrence.dna;
10 10

  
11
import org.apache.log4j.Logger;
11
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
12 12

  
13 13
import eu.etaxonomy.cdm.api.facade.DerivedUnitFacade;
14 14
import eu.etaxonomy.cdm.api.service.IVocabularyService;
......
39 39
public class TissueSampleGeneralDetailElement extends AbstractCdmDetailElement<DerivedUnitFacade> {
40 40

  
41 41
    @SuppressWarnings("unused")
42
    static private final Logger logger = Logger.getLogger(TissueSampleGeneralDetailElement.class);
42
    static private final Logger logger = LogManager.getLogger(TissueSampleGeneralDetailElement.class);
43 43

  
44 44
    private final TermVocabulary<?> plantKindOfUnitVocabulary = CdmStore.getService(IVocabularyService.class).find(VocabularyEnum.PlantKindOfUnit.getUuid());
45 45

  

Also available in: Unified diff