共用方式為


IStaticLogEnricher.Enrich(IEnrichmentTagCollector) 方法

定義

收集記錄檔記錄的標記。

public:
 void Enrich(Microsoft::Extensions::Diagnostics::Enrichment::IEnrichmentTagCollector ^ collector);
public void Enrich (Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector collector);
abstract member Enrich : Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector -> unit
Public Sub Enrich (collector As IEnrichmentTagCollector)

參數

collector
IEnrichmentTagCollector

擴充器放置其產生的標記的收集器。

適用於