1 write to CentralLogger
Microsoft.Build (1)
BackEnd\Components\Logging\ForwardingLoggerRecord.cs (1)
26this.CentralLogger = centralLogger;
2 references to CentralLogger
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
2982loggingService.RegisterDistributedLogger(forwardingLoggerRecord.CentralLogger, forwardingLoggerRecord.ForwardingLoggerDescription);
Definition\ProjectCollection.cs (1)
1310_loggingService.RegisterDistributedLogger(new ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);