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