StructureMap 拦截器
我有很多实现各种接口的服务。 例如,IAlbumService
、IMediaService
等。
我想记录对这些接口上每个方法的调用。 如何使用 StructureMap 执行此操作?
我意识到这与问题只是我没有使用温莎。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在寻找这个答案。
我不会在实际应用程序中使用 ObjectFactory,但至少有这个概念。
I think you are looking for this answer.
I wouldn't use ObjectFactory in a real application, but at least the concept is there.