1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
778
_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)
612
_loggingService
.LogError(
786
_loggingService
.IncludeEvaluationMetaprojects = true;
791
_loggingService
.IncludeEvaluationProfile = true;
796
_loggingService
.IncludeTaskInputs = true;
801
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
808
_loggingService
.EnableTargetOutputLogging = true;
816
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
824
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
835
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
836
_loggingService
.RunningOnRemoteNode = true;
841
_loggingService
.SerializeAllProperties = true;
845
_loggingService
.SerializeAllProperties = false;
849
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);