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)
3078loggingService.RegisterDistributedLogger(forwardingLoggerRecord.CentralLogger, forwardingLoggerRecord.ForwardingLoggerDescription); 3107if (!result.Any(l => l.ForwardingLoggerDescription.Name.Contains(engineAssemblyName))) 3115l.ForwardingLoggerDescription.Name.Contains(typeof(CentralForwardingLogger).FullName!) 3117(l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName) 3119l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTSTARTEDEVENT") 3121l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTFINISHEDEVENT") 3123l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("FORWARDPROJECTCONTEXTEVENTS") 3131l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName)); 3140configurableLogger.ForwardingLoggerDescription.LoggerSwitchParameters += ";PROJECTSTARTEDEVENT;PROJECTFINISHEDEVENT;FORWARDPROJECTCONTEXTEVENTS;RESPECTVERBOSITY";
Definition\ProjectCollection.cs (1)
1371_loggingService.RegisterDistributedLogger(new Logging.ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);