1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
779
_loggingService
= _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
17 references to _loggingService
Microsoft.Build (17)
BackEnd\Node\OutOfProcNode.cs (17)
195
ILoggingService IBuildComponentHost.LoggingService =>
_loggingService
;
514
if (_loggingContext != null &&
_loggingService
!= null)
517
((IBuildComponent)
_loggingService
).ShutdownComponent();
523
if (_loggingContext != null &&
_loggingService
!= null)
614
_loggingService
.LogWarning(
787
_loggingService
.IncludeEvaluationMetaprojects = true;
792
_loggingService
.IncludeEvaluationProfile = true;
797
_loggingService
.IncludeTaskInputs = true;
802
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
809
_loggingService
.EnableTargetOutputLogging = true;
817
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
825
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
836
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
837
_loggingService
.RunningOnRemoteNode = true;
842
_loggingService
.SerializeAllProperties = true;
846
_loggingService
.SerializeAllProperties = false;
850
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);