1 write to ForwardingLoggerDescription
Microsoft.Build (1)
BackEnd\Components\Logging\ForwardingLoggerRecord.cs (1)
27this.ForwardingLoggerDescription = forwardingLoggerDescription;
10 references to ForwardingLoggerDescription
Microsoft.Build (10)
BackEnd\BuildManager\BuildManager.cs (9)
2967loggingService.RegisterDistributedLogger(forwardingLoggerRecord.CentralLogger, forwardingLoggerRecord.ForwardingLoggerDescription); 2996if (!result.Any(l => l.ForwardingLoggerDescription.Name.Contains(engineAssemblyName))) 3004l.ForwardingLoggerDescription.Name.Contains(typeof(CentralForwardingLogger).FullName!) 3006(l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName) 3008l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTSTARTEDEVENT") 3010l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTFINISHEDEVENT") 3012l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("FORWARDPROJECTCONTEXTEVENTS") 3020l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName)); 3029configurableLogger.ForwardingLoggerDescription.LoggerSwitchParameters += ";PROJECTSTARTEDEVENT;PROJECTFINISHEDEVENT;FORWARDPROJECTCONTEXTEVENTS;RESPECTVERBOSITY";
Definition\ProjectCollection.cs (1)
1310_loggingService.RegisterDistributedLogger(new ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);