Re: Avoiding the logging messages generated when PDF generation is happening

2002-06-27 Thread Jochen . Maes
Use the logger included (check the docs or the website) and set logging to fatal then ya will only log the fatal errors and no others... greets Jochen Maes ICT Development KBC Securities (kbcsecurities.com) Havenlaan 12 Avenue du Port SIF 8683 B-1080 Brussels Belgium

Avoiding the logging messages generated when PDF generation is happening

2002-06-27 Thread Abhijat Upadhyay
Hi Friends, I am using apache fop to generate pdf through web. Foll. is the method used for rendering pdf. /** * renders an FO inputsource into a PDF file which is rendered * to File. */ public void renderFO(InputSource foFile,