Francisco García Leal wrote:

I would like to not write any log from FOP. I have been reading FOP documentation and I have found that I can silent the log setting an

org.apache.avalon.framework.logger.NullLogger instance in the method setLogger:



driver.setLogger(new org.apache.avalon.framework.logger.NullLogger());


try the following:

Logger logger = new org.apache.avalon.framework.logger.NullLogger();
driver.setLogger(logger);
MessageHandler.setScreenLogger(logger);

<snip/>

Chris



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



Reply via email to