StructureMap Interceptors

Posted by Derek Ekins on Stack Overflow See other posts from Stack Overflow or by Derek Ekins
Published on 2009-05-23T20:12:48Z Indexed on 2010/04/08 6:03 UTC
Read the original article Hit count: 671

Filed under:
|

I have a bunch of services that implement various interfaces. eg, IAlbumService, IMediaService etc.

I want to log calls to each method on these interfaces. How do I do this using StructureMap?

I realise this is pretty much the same as this question it is just that I am not using windsor.

© Stack Overflow or respective owner

Related posts about structuremap

Related posts about interceptor