1 implementation of InitializeNodeLoggers
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1182
public void
InitializeNodeLoggers
(ICollection<LoggerDescription> descriptions, IBuildEventSink forwardingLoggerSink, int nodeId)
1 reference to InitializeNodeLoggers
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
817
_loggingService.
InitializeNodeLoggers
(configuration.LoggerDescriptions, sink, configuration.NodeId);