Hi @brad.jackson. That does sound like it would be a pretty handy tool to have, but unfortunately I believe the closest thing we currently have to a tool like that is the built-in iLogic Logger tool. It has several levels you can set it to, but for the most part, it is not going to record nearly as much detail as you seem to want on its own, at any one of those levels. The most detailed level you can set it to is called 'Trace', and there is a checkbox for setting that to a 'Detailed Trace', but mostly that is just going to tell you what rules are starting, and when, then what rules are ending and when. Of course there is more to it than that, but for the most part, you will want to include your own lines of code within your rules that will tell the Logger what specific information to include in the log. Most folks only care to see something logged when something doesn't go according to plan, or when an error occurs, because anything else would likely lead to too much time spent reading through far too much long scrolling boring data that is often extremely repetitive. You can also save the contents of the iLogic Logger out to a file if you want. There is also a 'RuleExceptionsLog' but it doesn't sound very useful, because it says it is usually empty, due to it usually interactively prompting the user when those kinds of 'Exceptions' happen, plus it would only contain 'Exception' related data, not all the other regular stuff that happens. I believe there is also a tool called the EventWatcher, but it somewhat advanced, only reacts to certain specific 'Events', and I believe it is in with Inventor's SDK stuff, which is generally geared towards developers.
Wesley Crihfield
(Not an Autodesk Employee)