ILoggerProviderConfiguration<T> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许访问与记录器提供程序关联的配置节。
generic <typename T>
public interface class ILoggerProviderConfiguration
public interface ILoggerProviderConfiguration<T>
type ILoggerProviderConfiguration<'T> = interface
Public Interface ILoggerProviderConfiguration(Of T)
类型参数
- T
要为其获取配置的记录器提供程序的类型。
属性
Configuration |
请求的记录器提供程序的配置节。 |