1 implementation of RegisterDistributedLogger
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1113public bool RegisterDistributedLogger(ILogger centralLogger, LoggerDescription forwardingLogger)
2 references to RegisterDistributedLogger
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
3284loggingService.RegisterDistributedLogger(forwardingLoggerRecord.CentralLogger, forwardingLoggerRecord.ForwardingLoggerDescription);
Definition\ProjectCollection.cs (1)
1394_loggingService.RegisterDistributedLogger(new Logging.ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);