根据 ILogger 创建的设施选择拦截器
我有两种类型的拦截器:LoggingWithDebugInterceptor 和 LoggingInterceptor。
我正在使用 Castle Logging Facility,我想知道如何编写一个选择器,根据 Castle Logging Facility 创建的 ILogger 的 IsDebugEnabled 属性,为任何实现 ILoggable 的类型在我的容器上注册拦截器。
怎么办呢?
I have two types of interceptors: LoggingWithDebugInterceptor and LoggingInterceptor.
I am using the Castle Logging Facility and I am wondering how to write a selector that registers an interceptor on my container for any type that implements ILoggable according to the ILogger's IsDebugEnabled property that was created by the Castle Logging Facility.
How can it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。
在您的日志框架级别进行配置。
Don't.
Configure that at your logging framework's level.