Logging calls to cfcs
Howdy gang!
I have inherited an application with a fairly large number of cfcs. The codebase goes back quite a few years. Though the code is in mostly decent shape, as with most long lived apps, there are files no longer in use, etc.
I am hoping to figure out a way to monitor cfc usage. Ideally, I would be getting something like:
* cfc name
* method
* file called from
* maybe args passed
I would stuff this info in to a table, so I can basically select all cfcs that have not seen any use in a given time period.
Coming up completely blank on this one. Any ideas? Thanks!
