General Purpose Debugging Output
-- create a ri object and then write with
pr()
If you construct with an Object -- that Object's class name will automatically be prepended to each message
If you use pr(String metName, String mesg) -- the metName will be added to the ObjectName
The output of ri is controlled by an environmental variable
if you call it with java -DaibDebug=true -- it gets turned on... |