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)
3284loggingService.RegisterDistributedLogger(forwardingLoggerRecord.CentralLogger, forwardingLoggerRecord.ForwardingLoggerDescription); 3313if (!result.Any(l => l.ForwardingLoggerDescription.Name.Contains(engineAssemblyName))) 3321l.ForwardingLoggerDescription.Name.Contains(typeof(CentralForwardingLogger).FullName!) 3323(l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName) 3325l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTSTARTEDEVENT") 3327l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("PROJECTFINISHEDEVENT") 3329l.ForwardingLoggerDescription.LoggerSwitchParameters.Contains("FORWARDPROJECTCONTEXTEVENTS") 3337l.ForwardingLoggerDescription.Name.Contains(configurableLoggerName)); 3346configurableLogger.ForwardingLoggerDescription.LoggerSwitchParameters += ";PROJECTSTARTEDEVENT;PROJECTFINISHEDEVENT;FORWARDPROJECTCONTEXTEVENTS;RESPECTVERBOSITY";
Definition\ProjectCollection.cs (1)
1394_loggingService.RegisterDistributedLogger(new Logging.ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);