8 references to CentralLogger
Microsoft.Build.CommandLine.UnitTests (2)
XMake_Tests.cs (2)
2264distributedLogger.CentralLogger.ShouldBeOfType<ConsoleLogger>(); 2265distributedLogger.CentralLogger.Parameters.ShouldBe(
MSBuild (6)
XMake.cs (6)
1319remoteLoggerRecords.Add(new ForwardingLoggerRecord(distRecord.CentralLogger, distRecord.ForwardingLoggerDescription)); 1370if (logger.CentralLogger?.Parameters != null && 1371(logger.CentralLogger.Parameters.IndexOf("V=DIAG", StringComparison.OrdinalIgnoreCase) != -1 || 1372logger.CentralLogger.Parameters.IndexOf("VERBOSITY=DIAG", StringComparison.OrdinalIgnoreCase) != -1)) 4461ILogger centralLogger = distributedLoggerRecord.CentralLogger; 4501distributedLoggerRecord.CentralLogger?.Shutdown();