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