EnrichmentServiceCollectionExtensions 클래스

정의

종속성 주입 컨테이너에 원격 분석 보강자를 등록할 수 있습니다.

public ref class EnrichmentServiceCollectionExtensions abstract sealed
public static class EnrichmentServiceCollectionExtensions
type EnrichmentServiceCollectionExtensions = class
Public Module EnrichmentServiceCollectionExtensions
상속
EnrichmentServiceCollectionExtensions

메서드

AddLogEnricher(IServiceCollection, ILogEnricher)

로그 보강자 instance 등록합니다.

AddLogEnricher<T>(IServiceCollection)

로그 보강자 형식을 등록합니다.

AddStaticLogEnricher(IServiceCollection, IStaticLogEnricher)

정적 로그 보강자 instance 등록합니다.

AddStaticLogEnricher<T>(IServiceCollection)

정적 로그 보강자 형식을 등록합니다.

적용 대상