IHttpClientLogEnricher インターフェイス

定義

HTTP クライアント要求のログ エンリッチラーを実装するためのインターフェイス。

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

メソッド

Enrich(IEnrichmentTagCollector, HttpRequestMessage, HttpResponseMessage, Exception)

HTTP クライアント要求ログをエンリッチします。

適用対象