Nov. 5, 2011
9:35 p.m.
Thanks david I do not have OSProcess at hand, but where are these messages defined? On Object? Would it be a problem for you if we define trace and trace: on Object? Stef
Hi guys
I introduce log to replace Transcript show: ? logCr and crLog
Now stupidly I did not notice that it will capture log on number :( and also on collection,
So any suggestion of what would be a nice logging message? short and cool.
How about trace?
In OSProcess, #trace and #trace: are used for a similar purpose. This is intended for debugging with "transcript" output coming from the VM and therefore less dependent on process scheduling in the image.
Dave