comparison flys-artifacts/src/main/java/de/intevation/flys/exports/fixings/AbstractFixGenerator.java @ 4439:8f131a870c6f

Fix: Use correct class for the logger
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 06 Nov 2012 15:57:02 +0100
parents 512a3af69e18
children 3e6ed1285ab9
comparison
equal deleted inserted replaced
4438:919d4939ebe6 4439:8f131a870c6f
18 18
19 public static final String I18N_DW_YAXIS_LABEL = 19 public static final String I18N_DW_YAXIS_LABEL =
20 "chart.fixings.longitudinalsection.yaxis.label"; 20 "chart.fixings.longitudinalsection.yaxis.label";
21 21
22 private final static Logger logger = 22 private final static Logger logger =
23 Logger.getLogger(FixLongitudinalSectionGenerator.class); 23 Logger.getLogger(AbstractFixGenerator.class);
24 24
25 @SuppressWarnings("unchecked") 25 @SuppressWarnings("unchecked")
26 protected void doSectorAverageOut(ArtifactAndFacet aaf, Document doc, boolean visible, int idx) { 26 protected void doSectorAverageOut(ArtifactAndFacet aaf, Document doc, boolean visible, int idx) {
27 logger.debug("doSectorAverageOut" + aaf.getFacet().getIndex()); 27 logger.debug("doSectorAverageOut" + aaf.getFacet().getIndex());
28 28
29 int index = aaf.getFacet().getIndex(); 29 int index = aaf.getFacet().getIndex();

http://dive4elements.wald.intevation.org