juanita wrote:
I am using fop 0.93 and I would like to use the quiet mode so as not to have all these debugs in my console.

The fop transformation is done automatically and not through a command so using -q in fop.bat it is not suitable for me.

In fop.020.5 I could use MessageHandler.setQuite(true) to achieve what I
wanted.
However in fop 0.93 this class is not included.

The interface has changed significantly. FOP now uses a consistent
logging interface. Unfortunately, this may require you to know
which logging implementation is installed in your environment.

You can try to call the static method
  org.apache.commons.logging.LogFactory.setAttribute("level","fatal")

which might achieve what you want. This will still show you fatal
errors.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to