However firstly in the fop.jar of version 0.93 there is no
org.apache.commons.logging.LogFactory class.
and secondly when you say that I should know the logging implementation that
is installed in my environment
what do you mean?




J.Pietschmann wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Package-messaging-is-missing-from-fop-0.93-tf4028223.html#a11578386
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to