1 write to ForwardingLoggerDescription
Microsoft.Build (1)
BackEnd\Components\Logging\ForwardingLoggerRecord.cs (1)
25this.ForwardingLoggerDescription = forwardingLoggerDescription;
10 references to ForwardingLoggerDescription
Microsoft.Build (10)
BackEnd\BuildManager\BuildManager.cs (9)
3182loggingService.RegisterDistributedLogger(forwardingLoggerRecord.CentralLogger, forwardingLoggerRecord.ForwardingLoggerDescription); 3211if (!result.Any(l => l.ForwardingLoggerDescription.Name.Contains(engineAssemblyName))) 3219l.ForwardingLoggerDescription.Name.Contains(typeof(CentralForwardingLogger).FullName!) 3221(l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName) 3223l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTSTARTEDEVENT") 3225l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTFINISHEDEVENT") 3227l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("FORWARDPROJECTCONTEXTEVENTS") 3235l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName)); 3244configurableLogger.ForwardingLoggerDescription.LoggerSwitchParameters += ";PROJECTSTARTEDEVENT;PROJECTFINISHEDEVENT;FORWARDPROJECTCONTEXTEVENTS;RESPECTVERBOSITY";
Definition\ProjectCollection.cs (1)
1372_loggingService.RegisterDistributedLogger(new Logging.ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);