9 references to CentralLogger
Microsoft.Build.CommandLine.UnitTests (2)
XMake_Tests.cs (2)
2283distributedLogger.CentralLogger.ShouldBeOfType<ConsoleLogger>(); 2284distributedLogger.CentralLogger.Parameters.ShouldBe(
MSBuild (7)
XMake.cs (7)
1257remoteLoggerRecords.Add(new ForwardingLoggerRecord(distRecord.CentralLogger, distRecord.ForwardingLoggerDescription)); 1305if (logger.CentralLogger?.Parameters != null && 1306(logger.CentralLogger.Parameters.IndexOf("V=DIAG", StringComparison.OrdinalIgnoreCase) != -1 || 1307logger.CentralLogger.Parameters.IndexOf("VERBOSITY=DIAG", StringComparison.OrdinalIgnoreCase) != -1)) 1326.. distributedLoggerRecords.Select(d => d.CentralLogger) 4478ILogger centralLogger = distributedLoggerRecord.CentralLogger; 4518distributedLoggerRecord.CentralLogger?.Shutdown();