git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195613
13f79535-47bb-0310-9956-
ffa450edef68
/* $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
*/
doc = svgDoc;
}
} catch(Throwable t) {
- log.error("Could not convert Plan to SVG", t);
+ getLogger().error("Could not convert Plan to SVG", t);
width = 0;
height = 0;
}