You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "McDonald, Jonathan" <Jo...@Honeywell.com> on 2002/07/31 19:17:04 UTC

FOP logger question

Hi,
Has anyone got code to create to stop FOP writing to the log file? (howto
silence the logger)
This appears when my Java Servlet is activated to generate a PDF file.

My setup is Websphere 3.5.5 on a solaris 8 platform.

[ERROR]: Logger not set
[INFO]: building formatting object tree
[INFO]: [1]
[INFO]: [2]
[INFO]: [3]
[INFO]: [4]
[INFO]: [5]
[INFO]: [6]
.....etc etc.....
[INFO]: [36]
[INFO]: [37]
[INFO]: [38]
[INFO]: [39]
[INFO]: Parsing of document complete, stopping renderer

Thanks
Jonathan

==============================================
Jonathan McDonald - Web Applications Developer
Honeywell Application Services (Ireland)
Phone +353 51 309824  Fax:  + 353 51 309821
E-mail: jonathan.mcdonald@honeywell.com  

Re: FOP logger question

Posted by Jeremias Maerki <de...@greenmail.ch>.
If you use FOP 0.20.4 please look here for instructions:
http://xml.apache.org/fop/embedding.html

For older versions look into the mailing list archives. This is an FAQ.

On 31.07.2002 19:17:04 McDonald, Jonathan wrote:
> Hi,
> Has anyone got code to create to stop FOP writing to the log file? (howto
> silence the logger)
> This appears when my Java Servlet is activated to generate a PDF file.
> 
> My setup is Websphere 3.5.5 on a solaris 8 platform.
> 
> [ERROR]: Logger not set
> [INFO]: building formatting object tree
> [INFO]: [1]
> [INFO]: [2]
> [INFO]: [3]
> [INFO]: [4]
> [INFO]: [5]
> [INFO]: [6]
> .....etc etc.....
> [INFO]: [36]
> [INFO]: [37]
> [INFO]: [38]
> [INFO]: [39]
> [INFO]: Parsing of document complete, stopping renderer
> 
> Thanks
> Jonathan
> 
> ==============================================
> Jonathan McDonald - Web Applications Developer
> Honeywell Application Services (Ireland)
> Phone +353 51 309824  Fax:  + 353 51 309821
> E-mail: jonathan.mcdonald@honeywell.com  



Jeremias Maerki