2 instantiations of LoggerInformation
Microsoft.Extensions.Logging (2)
LoggerFactory.cs (2)
188
loggerInformation[newLoggerIndex] = new
LoggerInformation
(provider, existingLogger.Key);
217
loggers[i] = new
LoggerInformation
(_providerRegistrations[i].Provider, categoryName);
8 references to LoggerInformation
Microsoft.Extensions.Logging (8)
Logger.cs (3)
17
public Logger(string categoryName,
LoggerInformation
[] loggers)
23
public
LoggerInformation
[] Loggers { get; set; }
179
LoggerInformation
loggerInfo = logger.Loggers[i];
LoggerFactory.cs (5)
184
LoggerInformation
[] loggerInformation = logger.Loggers;
212
private
LoggerInformation
[] CreateLoggers(string categoryName)
214
var loggers = new
LoggerInformation
[_providerRegistrations.Count];
222
private (MessageLogger[] MessageLoggers, ScopeLogger[]? ScopeLoggers) ApplyFilters(
LoggerInformation
[] loggers)
227
foreach (
LoggerInformation
loggerInformation in loggers)