[jmsl] Debugging output...?

jmsl at music.columbia.edu jmsl at music.columbia.edu
Sat Apr 18 18:46:32 EDT 2009


I'm trying to redirect the output of JMSL.  I've been getting a lot of  
debugging messages (and am generating quite a few as well) in the  
console and wondered how to change that.  I have a class that  
implements STDOutFunction, but I think I may be missing something.

thanks,
Peter Mcculloch

Here's what I'm using (in my main method):

MySTDOut out = new MySTDOut();
JMSL.setSTDOut(out);
JMSL.setERROut(out);


More information about the jmsl mailing list