I've followed the instructions in https://stackoverflow.com/a/9115510/1170932 and have "before" method invocation logging working. However, rather than add the [SetMethodInfoAsMessage] annotation at every method, I'd rather add it at the controller/class level if possible. Can anyone point me at an example of this?
Also, I realise that all the controller's methods will have to be made virtual but I figure that 1 change per method (adding virtual) is better than 2 (adding [SetMethodInfoAsMessage] and virtual).
Many thanks. Pete