juanita wrote:
However firstly in the fop.jar of version 0.93 there is no
org.apache.commons.logging.LogFactory class.
That class isn't in FOP.jar but it is in commons-logging-1.0.4.jar which
is distributed with FOP in the lib sub directory.
and secondly when you say that I should know the logging implementation that
is installed in my environment
what do you mean?
Commons Logging is designed to work with a variety of other logging
providers, e.g. log4J and JDK logging. If you are deploying FOP into an
Application Server, e.g. JBoss, then you will know what logging
framework is provided with your Application Server and how to configure
it. If you don't then seek local help on how to configure logging in
your environment.
If you using FOP as a standalone application on JDK 1.4 and above I
think JDK logging is used and the property that J.Pietschmann gave you
can be used to control the log level:
org.apache.commons.logging.LogFactory.setAttribute("level","fatal")
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]