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?