comparison flys-client/src/main/java/de/intevation/flys/client/server/MapOutputServiceImpl.java @ 1368:ec0c81f2c7a4

Replaced stdout and stderr logging with log4j loggers in server classes. flys-client/trunk@3071 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 25 Oct 2011 12:41:16 +0000
parents ab8eb2f544f2
children 9085cffbb7c4
comparison
equal deleted inserted replaced
1367:ab8eb2f544f2 1368:ec0c81f2c7a4
32 32
33 33
34 public void doOut(Collection collection, String serverUrl) 34 public void doOut(Collection collection, String serverUrl)
35 throws ServerException 35 throws ServerException
36 { 36 {
37 String url = (String) getServletContext().getAttribute("server-url");
38
37 logger.info("MapOutputServiceImpl.doOut"); 39 logger.info("MapOutputServiceImpl.doOut");
38 40
39 String uuid = collection.identifier(); 41 String uuid = collection.identifier();
40 42
41 try { 43 try {

http://dive4elements.wald.intevation.org