2 implementations of RegisterDistributedLogger
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1063public bool RegisterDistributedLogger(ILogger centralLogger, LoggerDescription forwardingLogger)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
262public bool RegisterDistributedLogger(ILogger centralLogger, LoggerDescription forwardingLogger)
2 references to RegisterDistributedLogger
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
3039loggingService.RegisterDistributedLogger(forwardingLoggerRecord.CentralLogger, forwardingLoggerRecord.ForwardingLoggerDescription);
Definition\ProjectCollection.cs (1)
1295_loggingService.RegisterDistributedLogger(new ReusableLogger(remoteLoggerRecord.CentralLogger), remoteLoggerRecord.ForwardingLoggerDescription);