1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
783
_loggingService
= _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
17 references to _loggingService
Microsoft.Build (17)
BackEnd\Node\OutOfProcNode.cs (17)
196
ILoggingService IBuildComponentHost.LoggingService =>
_loggingService
;
515
if (_loggingContext != null &&
_loggingService
!= null)
518
((IBuildComponent)
_loggingService
).ShutdownComponent();
524
if (_loggingContext != null &&
_loggingService
!= null)
613
_loggingService
.LogError(
791
_loggingService
.IncludeEvaluationMetaprojects = true;
796
_loggingService
.IncludeEvaluationProfile = true;
801
_loggingService
.IncludeTaskInputs = true;
806
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
813
_loggingService
.EnableTargetOutputLogging = true;
821
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
829
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
840
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
841
_loggingService
.RunningOnRemoteNode = true;
846
_loggingService
.SerializeAllProperties = true;
850
_loggingService
.SerializeAllProperties = false;
854
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);