我有两种类型的拦截器:LoggingWithDebugInterceptor 和 LoggingInterceptor。
我正在使用 Castle Logging Facility,我想知道如何编写一个选择器,该选择器根据 Castle Logging Facility 创建的 ILogger 的 IsDebugEnabled 属性在我的容器上为任何实现 ILoggable 的类型注册一个拦截器。
怎么做到呢?
问问题
122 次