exact duplicate:
http://stackoverflow.com/questions/559148/how-can-i-add-a-trace-to-every-method-call-in-c
Hi, I like to do tracing in my c# code. I don't like to add statements in each method to do it. Is there any way to use a method to do trace when rest of the methods in the application getting invoked at runtime.
Thanks, P.Gopalakrishnan.