You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Fotis Jannidis <fo...@lrz.uni-muenchen.de> on 2000/06/26 23:43:03 UTC

message handler

I put the code for the message handler into the cvs, so everybody can start to use

MessageHandler.log   instead of    System.out.print
MessageHandler.logln   instead of    System.out.println
MessageHandler.error   instead of    System.err.print
MessageHandler.errorln   instead of    System.err.println

Conversion of the existing Fop code to the new way is almost finished. The only critical 
point was to distinguish between error and log messages, which hasn't been done 
before. 

Fotis