다음을 통해 공유


IHttpClientLogEnricher 인터페이스

정의

HTTP 클라이언트 요청에 대한 로그 보강자를 구현하기 위한 인터페이스입니다.

public interface class IHttpClientLogEnricher
public interface IHttpClientLogEnricher
type IHttpClientLogEnricher = interface
Public Interface IHttpClientLogEnricher

메서드

Enrich(IEnrichmentTagCollector, HttpRequestMessage, HttpResponseMessage, Exception)

HTTP 클라이언트 요청 로그를 보강합니다.

적용 대상