Spring.net “around advice” interceptor logging using DefaultAdvisorAutoProxyCreator

By |2012-02-26T21:32:42+00:00February 26th, 2012|Categories: ASP.NET|Tags: , , |

I wanted to be able to wrap all method calls from any of our spring.net created objects for the purpose of some sort of performance logging. This could have been done at least two different ways Using a Spring.Aop.Framework.AutoProxy.ObjectNameAutoProxyCreator and specifying a wildcard expression to wrap advice around certain objects that match the expression. (all services only, all [...]