2 instantiations of LoggerInformation
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLoggerFactory.cs (2)
169
loggerInformation[newLoggerIndex] = new
LoggerInformation
(provider, existingLogger.Key);
212
loggers[i] = new
LoggerInformation
(_providerRegistrations[i].Provider, categoryName);
7 references to LoggerInformation
Microsoft.Extensions.Telemetry (7)
Logging\ExtendedLogger.cs (2)
30
public
LoggerInformation
[] Loggers { get; set; }
34
public ExtendedLogger(ExtendedLoggerFactory factory,
LoggerInformation
[] loggers)
Logging\ExtendedLoggerFactory.cs (5)
165
LoggerInformation
[] loggerInformation = logger.Loggers;
207
private
LoggerInformation
[] CreateLoggers(string categoryName)
209
var loggers = new
LoggerInformation
[_providerRegistrations.Count];
218
private (MessageLogger[] messageLoggers, ScopeLogger[] scopeLoggers) ApplyFilters(
LoggerInformation
[] loggers)
223
foreach (
LoggerInformation
loggerInformation in loggers)