Well, you don't say what logger you're using. FOP uses Apache Commons Logging [1]. So you have to set up the backing logging implementation (be that Log4J, java.util.logging or whatever) accordingly. FOP uses logging categories under the "org.apache.fop" category.
[1] http://xmlgraphics.apache.org/fop/0.95/embedding.html#basic-logging Our Wiki has an example for setting up java.util.logging: http://wiki.apache.org/xmlgraphics-fop/HowTo/SetupJDK14Logging On 18.12.2008 12:38:28 Binod Garg wrote: > HI , > I want to put my log level to "error" in FOP. My problem is that we use the > same logger in multiple places. What should I do? > > > Thanks, > Binod Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
