ILoggerProviderConfiguration<T> 接口

定义

允许访问与记录器提供程序关联的配置节。

generic <typename T>
public interface class ILoggerProviderConfiguration
public interface ILoggerProviderConfiguration<T>
type ILoggerProviderConfiguration<'T> = interface
Public Interface ILoggerProviderConfiguration(Of T)

类型参数

T

要为其获取配置的记录器提供程序的类型。

属性

Configuration

请求的记录器提供程序的配置节。

适用于