Re: Messages to fop-dev black-holed?

2004-04-11 Thread Peter B. West
Noel, Where do we find out what's involved? Peter Noel J. Bergman wrote: Only Dw. Looking at http://xml.apache.org/fop/team.html, I'd guess that he is doing it only because no one else is. Personally, I'd like to see at least two active members of the team handling moderation for the list. Fro

RE: Messages

2001-07-11 Thread John Wyman
lto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 1:40 PM To: '[EMAIL PROTECTED]' Subject: RE: Messages FOP writes all of its messages out through a static MessageHandler object. You can direct those messages by calling the setOutputMethod method on that object before

Re: Messages

2001-07-11 Thread Heiko Barthel
Try the static methos: // switch off FOP messages MessageHandler.setOutputMethod(MessageHandler.NONE); Heiko > Is there anyway I can turn these messages off? I will be using FOP quite > heavily in my high traffic application and I don't want my Tomcat log -- GMX - Die Kommunikationsplattfor

RE: Messages

2001-07-11 Thread Don Seib
FOP writes all of its messages out through a static MessageHandler object. You can direct those messages by calling the setOutputMethod method on that object before you start the render operation like so: MessageHandler.setOutputMethod( MessageHandler.NONE ); There are also methods to get the cu