35 references to LogComment
Microsoft.Build (35)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
101
LoggingContext.
LogComment
(MessageImportance.Low, "PropertyGroupLogMessage", property.Name, evaluatedValue);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1228
_projectLoggingContext.
LogComment
(MessageImportance.Low,
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
156
_projectLoggingContext.
LogComment
(Framework.MessageImportance.Low,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (7)
645
_targetLoggingContext.
LogComment
(
793
taskLoggingContext.
LogComment
(MessageImportance.Low, "MSBuildTaskInheritedSkipNonexistentTargets");
924
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
962
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
992
taskLoggingContext.
LogComment
(MessageImportance.Normal, "TaskReturnedFalseButDidNotLogError", _taskNode.Name);
1001
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
1038
taskLoggingContext.
LogComment
(
BackEnd\Components\RequestBuilder\TaskHost.cs (3)
847
LoggingContext.
LogComment
(MessageImportance.Low, "TaskAcquiredCores", _taskLoggingContext.TaskName,
887
LoggingContext.
LogComment
(MessageImportance.Low, "TaskReleasedCores", _taskLoggingContext.TaskName,
892
LoggingContext.
LogComment
(MessageImportance.Low, "TaskReleasedCoresWarning", _taskLoggingContext.TaskName,
BackEnd\Components\SdkResolution\SdkResolverService.cs (3)
356
loggingContext.
LogComment
(MessageImportance.Low, "SDKResolverNullMessage", sdkResolver.Name, sdk.ToString());
384
loggingContext.
LogComment
(MessageImportance.Low, "SucceededToResolveSDK", sdk.ToString(), sdkResolver.Name, result.Path ?? "null", result.Version ?? "null");
405
loggingContext.
LogComment
(MessageImportance.Low, "SDKResolverAttempt", sdkResolver.Name, sdk.ToString(), resultWarnings, resultErrors);
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (3)
535
_taskLoggingContext.
LogComment
(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path);
1952
_taskLoggingContext.
LogComment
(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
2039
_taskLoggingContext.
LogComment
(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
Evaluation\Evaluator.cs (6)
1098
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "OverridingTarget", otherTarget.Name, otherTarget.Location.File, targetName, targetElement.Location.File);
1137
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TargetDoesNotExistBeforeTargetMessage", unescapedBeforeTarget, targetElement.BeforeTargetsLocation.LocationString);
1160
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TargetDoesNotExistAfterTargetMessage", unescapedAfterTarget, targetElement.AfterTargetsLocation.LocationString);
1351
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "OM_GlobalProperty", propertyElement.Name);
1629
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "SearchPathsForMSBuildExtensionsPath",
1672
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TryingExtensionsPath", newExpandedImportPath, extensionPathExpanded);
Evaluation\IntrinsicFunctions.cs (1)
745
loggingContext.
LogComment
(MessageImportance.Low, "CustomCheckAssemblyNotExist", pathToAssembly);
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
359
_evaluationLoggingContext.
LogComment
(
Instance\ProjectInstance.cs (1)
1492
_loggingContext.
LogComment
(MessageImportance.Low, messageResourceName, name, attemptedValue, existingProperty.EvaluatedValue);
Instance\TaskFactories\TaskHostTask.cs (2)
306
_taskLoggingContext.
LogComment
(
384
_taskLoggingContext.
LogComment
(
Instance\TaskRegistry.cs (5)
478
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskFound", taskName, taskFactory.Name);
482
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskFoundFromFactory", taskName, taskFactory.Name);
487
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskNeedsSTA", taskName);
731
loggingContext.
LogComment
(MessageImportance.Low, "OverrideUsingTaskElementCreated", taskName, projectUsingTaskInXml.OverrideLocation);
1465
targetLoggingContext.
LogComment
(MessageImportance.Low, "InitializingTaskFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.AssemblyLocation);