7 Apr
2002
7 Apr
'02
1:10 p.m.
From: "Peter Bengtsson" <mail@peterbe.com>
In fact I want it for development. Not for monitoring. By having each method register itself like "getName() being run now" then I would be able to see exactly what goes on and in which order things are run.
Sound like monitoring to me. :-) How do you mean "register"? When I need to do this I make a LOG call at the start of each method. So zLOG works for me doing this.