From f8ee54fb77b4620a4d968e27218dbf9b65913550 Mon Sep 17 00:00:00 2001 From: kitfox Date: Sat, 9 Mar 2013 15:54:41 +0000 Subject: Error handling now sends warnings to Logger. git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@151 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- src/main/java/com/kitfox/svg/SVGConst.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/java/com/kitfox/svg/SVGConst.java diff --git a/src/main/java/com/kitfox/svg/SVGConst.java b/src/main/java/com/kitfox/svg/SVGConst.java new file mode 100644 index 0000000..a46ad04 --- /dev/null +++ b/src/main/java/com/kitfox/svg/SVGConst.java @@ -0,0 +1,14 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ +package com.kitfox.svg; + +/** + * + * @author kitfox + */ +public interface SVGConst +{ + public static final String SVG_LOGGER = "svgSalamandeLogger"; +} -- cgit v1.2.3-55-g7522