Yes, it's pretty difficult to figure out from which run a log statement
comes from. I'd try the following: Create a Proxy for the Renderer class.
Delegate all methods to the target renderer instance and note the calls
to Renderer.renderPage(Page). You can set your proxy class using
Driver.setRenderer(Renderer). The real Renderer instance has to be
manually instantiated, too, of course. See Driver.java for reference.
Maybe that works.

On 17.06.2003 18:05:45 m.schaeffler wrote:
> I embedded fop-0.20.4 in a Java-multiuser-application. Therefore it could
> happen that more than one PDF document is created by fop at a time. I would
> like to display the actual state (e.g. the [pagenumber] like in a DOS-Window) 
> of
> the rendering process to the user.
> 
> I thought of using the logging functionality to get the information wich
> page was just created. The problem is, that it is not easy to figure out which
> log statement belongs to which user.
> Did anybody had the same problem?
> 
> Is it possible to "ask" the Driver-Object or the Renderer-Object about the
> progress ?


Jeremias Maerki


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

Reply via email to