How to build a tracing log in asp.net mvc?

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-04-14T19:51:36Z Indexed on 2010/04/14 19:53 UTC
Read the original article Hit count: 927

Filed under:
|

Is there an easy way to generate a log file that will trace at runtime the path through the code? I would like to see every controller, action, and view that was executed as my program runs.

Can this be done without having to add logging code to every controller, action, and view?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc