Hi Erik, Other than making it easier during Junit tests (which we need to refactor anyways) there is no real reason to have those system outs. The *gist* of what happened during execution is getting written to the audit log anyways. Please go ahead. Neeraj ps I am in the process of completing the SPL language reference for our website hence haven't gotten to look at the SPI/APIs yet ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Those are my principles. If you don't like them I have others. -- Groucho Marx"
http://incubator.apache.org/imperius Neeraj Joshi Autonomic Computing Policy Development Tivoli, IBM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Erik Bengtson" <[EMAIL PROTECTED]> 02/04/2008 02:50 PM Please respond to [email protected] To <[email protected]> cc Subject system out Hi, What is the rule for using System.out.print in imperius? There are plenty of messages output to sysout, but in general only command line tools should output messages to it, and all other messages should go to the log. If you agree, I will remove all sysout messages. Regards, Erik
