Implemented interface member:
method
RegisterDistributedLogger
Microsoft.Build.BackEnd.Logging.ILoggingService.RegisterDistributedLogger(Microsoft.Build.Framework.ILogger, Microsoft.Build.Logging.LoggerDescription)
14 references to RegisterDistributedLogger
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1052
RegisterDistributedLogger
(logger, centralForwardingLoggerDescription);
Microsoft.Build.Engine.UnitTests (13)
BackEnd\LoggingService_Tests.cs (13)
320
_initializedService.
RegisterDistributedLogger
(null, null);
339
_initializedService.
RegisterDistributedLogger
(null, description);
360
Assert.True(_initializedService.
RegisterDistributedLogger
(regularILogger, configurableDescription));
361
Assert.True(_initializedService.
RegisterDistributedLogger
(null, distributedDescription));
398
Assert.True(_initializedService.
RegisterDistributedLogger
(regularILoggerA, configurableDescriptionA));
399
Assert.True(_initializedService.
RegisterDistributedLogger
(regularILoggerB, configurableDescriptionB));
440
Assert.True(_initializedService.
RegisterDistributedLogger
(regularILogger, description));
441
Assert.False(_initializedService.
RegisterDistributedLogger
(regularILogger, description));
468
Assert.True(_initializedService.
RegisterDistributedLogger
(regularILogger, description));
469
Assert.True(_initializedService.
RegisterDistributedLogger
(null, description));
618
Assert.True(_initializedService.
RegisterDistributedLogger
(regularILogger, description));
619
Assert.False(_initializedService.
RegisterDistributedLogger
(regularILogger, description));
1115
_initializedService.
RegisterDistributedLogger
(null, centralLoggerDescrption);