11 references to CentralLogger
Microsoft.Build.CommandLine.UnitTests (4)
XMake_Tests.cs (4)
2330distributedLoggerRecords[0].CentralLogger.ShouldBeNull(); 2339loggers: [.. loggers, .. distributedLoggerRecords.Select(d => d.CentralLogger).Where(l => l is not null)], 2392distributedLogger.CentralLogger.ShouldBeOfType<ConsoleLogger>(); 2393distributedLogger.CentralLogger.Parameters.ShouldBe(
MSBuild (7)
XMake.cs (7)
1344remoteLoggerRecords.Add(new ForwardingLoggerRecord(distRecord.CentralLogger, distRecord.ForwardingLoggerDescription)); 1392if (logger.CentralLogger?.Parameters != null && 1393(logger.CentralLogger.Parameters.IndexOf("V=DIAG", StringComparison.OrdinalIgnoreCase) != -1 || 1394logger.CentralLogger.Parameters.IndexOf("VERBOSITY=DIAG", StringComparison.OrdinalIgnoreCase) != -1)) 1413.. distributedLoggerRecords.Select(d => d.CentralLogger).Where(l => l is not null) 4057ILogger centralLogger = distributedLoggerRecord.CentralLogger; 4097distributedLoggerRecord.CentralLogger?.Shutdown();