1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
785
_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(
793
_loggingService
.IncludeEvaluationMetaprojects = true;
798
_loggingService
.IncludeEvaluationProfile = true;
803
_loggingService
.IncludeTaskInputs = true;
808
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
815
_loggingService
.EnableTargetOutputLogging = true;
823
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
831
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
842
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
843
_loggingService
.RunningOnRemoteNode = true;
848
_loggingService
.SerializeAllProperties = true;
852
_loggingService
.SerializeAllProperties = false;
856
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);