Hi,

I am adding more debugging to my app. As my program runs I would like to
print to a file as it enters methods and exits them. I know that at the
beginning of the method and at the end I could do something like

log("Entered method: MyMethod()");

but that would be tedious.

Is there some time of wrapper class that I could pass the class to in a
constructor that as methods in the class are called, logging occurs?

Thanks for any help.

Alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to