8 references to ExtendedLoggerFactory
Microsoft.Extensions.Telemetry (8)
Logging\ExtendedLogger.cs (2)
28private readonly ExtendedLoggerFactory _factory; 34public ExtendedLogger(ExtendedLoggerFactory factory, LoggerInformation[] loggers)
Logging\LoggingEnrichmentExtensions.cs (2)
37builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<ILoggerFactory, ExtendedLoggerFactory>()); 55builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<ILoggerFactory, ExtendedLoggerFactory>());
Logging\LoggingRedactionExtensions.cs (2)
37builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<ILoggerFactory, ExtendedLoggerFactory>()); 54builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<ILoggerFactory, ExtendedLoggerFactory>());
Sampling\SamplingLoggerBuilderExtensions.cs (2)
127builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<ILoggerFactory, ExtendedLoggerFactory>()); 145builder.Services.TryAddEnumerable(ServiceDescriptor.Singleton<ILoggerFactory, ExtendedLoggerFactory>());