You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by "Bjoern Voigt (Jira)" <ji...@apache.org> on 2020/09/18 15:01:00 UTC

[jira] [Created] (BATIK-1292) Useless console message "About to transcoder source of type: ..."

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-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org