A direct connection between logging and FOP isn't necessary anymore like it was with FOP 0.20.5. We simply use Commons Logging and leave the configuration of the user's preferred logging subsystem to the user.
More info here: http://wiki.apache.org/xmlgraphics-fop/HowTo/SetupJDK14Logging http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/guide.html On 16.07.2007 10:42:05 juanita wrote: > > Ok I set the jar correctly in the classpath and now in the class where I > initiate the fop and > specifically the fopFactory I am doing the following: > > logFactory = LogFactory.getFactory(); > logFactory.setAttribute("level", "fatal"); > > however again I see all the fop messages. > Shouldn't I connect fop with logFactory in a way and if yes how can I do > that? > <snip/> Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
