ILoggerProviderConfiguration<T> 인터페이스

정의

로거 공급자와 연결된 구성 섹션에 대한 액세스를 허용합니다.

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

형식 매개 변수

T

구성을 가져올 로거 공급자의 유형입니다.

속성

Configuration

요청된 로거 공급자에 대한 구성 섹션입니다.

적용 대상