3 references to CreateLoggingService
Microsoft.Build (3)
BackEnd\BuildManager\BuildManager.cs (1)
3177
ILoggingService loggingService = LoggingService.
CreateLoggingService
(loggerMode,
BackEnd\Components\Logging\LoggingServiceFactory.cs (1)
49
IBuildComponent loggingService = (IBuildComponent)LoggingService.
CreateLoggingService
(_logMode, _nodeId);
Definition\ProjectCollection.cs (1)
1827
_loggingService = BackEnd.Logging.LoggingService.
CreateLoggingService
(_loggerMode, 0 /*Evaluation can be done as if it was on node "0"*/);