Class ActivityLogEnricher
Augments log messages with information about the current Temporal activity execution context.
Namespace: Neon.Temporal
Assembly: Neon.Temporal.dll
Syntax
public class ActivityLogEnricher
Methods
Enrich(IEnrichmentTagCollector)
Collects tags for a log record.
Declaration
public void Enrich(IEnrichmentTagCollector collector)
Parameters
Type | Name | Description |
---|---|---|
IEnrichmentTagCollector | collector | Where the enricher puts the tags it produces. |