1 write to _loggingService
Microsoft.Build (1)
BackEnd\Node\OutOfProcNode.cs (1)
773
_loggingService
= _componentFactories.GetComponent(BuildComponentType.LoggingService) as ILoggingService;
16 references to _loggingService
Microsoft.Build (16)
BackEnd\Node\OutOfProcNode.cs (16)
193
ILoggingService IBuildComponentHost.LoggingService =>
_loggingService
;
507
if (_loggingContext != null &&
_loggingService
!= null)
510
((IBuildComponent)
_loggingService
).ShutdownComponent();
516
if (_loggingContext != null &&
_loggingService
!= null)
609
_loggingService
.LogWarning(
781
_loggingService
.IncludeEvaluationMetaprojects = true;
786
_loggingService
.IncludeEvaluationProfile = true;
791
_loggingService
.IncludeTaskInputs = true;
796
_loggingService
.SetIncludeEvaluationPropertiesAndItemsInEvents(
807
_loggingService
.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId);
815
_loggingService
.OnLoggingThreadException += OnLoggingThreadException;
826
_loggingService
.PropertiesToSerialize = propertyListToSerialize;
827
_loggingService
.RunningOnRemoteNode = true;
832
_loggingService
.SerializeAllProperties = true;
836
_loggingService
.SerializeAllProperties = false;
840
_loggingContext = new NodeLoggingContext(
_loggingService
, configuration.NodeId, false /* inProcNode */);