Bjoern Voigt created BATIK-1292:
-----------------------------------

             Summary: Useless console message "About to transcoder source of 
type: ..."
                 Key: BATIK-1292
                 URL: https://issues.apache.org/jira/browse/BATIK-1292
             Project: Batik
          Issue Type: Bug
          Components: SVG Rasterizer
    Affects Versions: trunk
            Reporter: Bjoern Voigt


Every time when the Rasterizer is called, the messages like this are printed on 
the console:
{code:java}
About to transcoder source of type: 
org.apache.batik.apps.rasterizer.SVGConverterFileSource{code}
This is often useless, especially when the Rasterizer is called as a library 
function. The message is not localized.

The message comes from 
batik-svgrasterizer/src/main/java/org/apache/batik/apps/rasterizer/DefaultSVGConverterController.java:
{code:java}
System.out.println("About to transcoder source of type: " + 
source.getClass().getName());{code}
I suggest to remove the message or use logging functions and make the message 
localized.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-h...@xmlgraphics.apache.org

Reply via email to