1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
768
_loggingService
= _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
16 references to _loggingService
Microsoft.Build (16)
BackEnd\Node\OutOfProcNode.cs (16)
192
ILoggingService IBuildComponentHost.LoggingService =>
_loggingService
;
506
if (_loggingContext != null &&
_loggingService
!= null)
509
((IBuildComponent)
_loggingService
).ShutdownComponent();
515
if (_loggingContext != null &&
_loggingService
!= null)
604
_loggingService
.LogWarning(
776
_loggingService
.IncludeEvaluationMetaprojects = true;
781
_loggingService
.IncludeEvaluationProfile = true;
786
_loggingService
.IncludeTaskInputs = true;
791
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
802
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
810
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
821
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
822
_loggingService
.RunningOnRemoteNode = true;
827
_loggingService
.SerializeAllProperties = true;
831
_loggingService
.SerializeAllProperties = false;
835
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);