3 instantiations of EnrichmentTagCollector
Microsoft.Extensions.Telemetry (3)
Logging\ExtendedLogger.LegacyTagJoiner.cs (1)
27
EnrichmentTagCollector =
new
(_extraTags);
Logging\ExtendedLogger.ModernTagJoiner.cs (1)
31
EnrichmentTagCollector =
new
(_extraTags);
Logging\ExtendedLoggerFactory.cs (1)
102
var collector = new ExtendedLogger.
EnrichmentTagCollector
(tags);
4 references to EnrichmentTagCollector
Microsoft.Extensions.Telemetry (4)
Logging\ExtendedLogger.cs (1)
140
private static void RecordException(Exception exception,
EnrichmentTagCollector
tags, LoggerConfig config)
Logging\ExtendedLogger.LegacyTagJoiner.cs (1)
30
public
EnrichmentTagCollector
EnrichmentTagCollector { get; }
Logging\ExtendedLogger.ModernTagJoiner.cs (1)
34
public
EnrichmentTagCollector
EnrichmentTagCollector { get; }
Logging\ExtendedLoggerFactory.cs (1)
102
var
collector = new ExtendedLogger.EnrichmentTagCollector(tags);