I'm looking for a way to respond to events at runtime. I don't want to parse the log file. I was thinking more along the lines of a callback method that is invoked by the FOP driver or a similar mechanism that allows me to respond immediately without checking the log on disk.
Thanks -----Original Message----- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Sunday, April 11, 2004 5:00 AM To: [EMAIL PROTECTED] Subject: RE: monitoring embedded FOP > -----Original Message----- > From: Johannes Stuermer [mailto:[EMAIL PROTECTED] > Occasionally I'm running into a situation where FOP gets locked > in an endless loop. Although this is extremely rare and can be fixed > by adjusting the xsl-fo file, it would be nice to be able to catch > these situations at runtime. > I'm looking for a way to monitor the rendering progress. Hi, How about logging? check: http://xml.apache.org/fop/embedding.html#basic-logging Hope this helps! Cheers, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
