2 instantiations of LoggerInformation
Microsoft.Extensions.Telemetry (2)
Logging\ExtendedLoggerFactory.cs (2)
186
loggerInformation[newLoggerIndex] = new
LoggerInformation
(provider, existingLogger.Key);
229
loggers[i] = new
LoggerInformation
(_providerRegistrations[i].Provider, categoryName);
9 references to LoggerInformation
Microsoft.Extensions.Telemetry (9)
Buffering\BufferedLoggerProxy.cs (2)
23
LoggerInformation
[] loggerInformations = _parentLogger.Loggers;
24
foreach (
LoggerInformation
loggerInformation in loggerInformations)
Logging\ExtendedLogger.cs (2)
33
public
LoggerInformation
[] Loggers { get; set; }
41
public ExtendedLogger(ExtendedLoggerFactory factory,
LoggerInformation
[] loggers)
Logging\ExtendedLoggerFactory.cs (5)
182
LoggerInformation
[] loggerInformation = logger.Loggers;
224
private
LoggerInformation
[] CreateLoggers(string categoryName)
226
var loggers = new
LoggerInformation
[_providerRegistrations.Count];
235
private (MessageLogger[] messageLoggers, ScopeLogger[] scopeLoggers) ApplyFilters(
LoggerInformation
[] loggers)
240
foreach (
LoggerInformation
loggerInformation in loggers)