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)
1180
_projectLoggingContext.
LogComment
(MessageImportance.Low,
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
156
_projectLoggingContext.
LogComment
(Framework.MessageImportance.Low,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (6)
631
_targetLoggingContext.
LogComment
(
896
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
934
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
964
taskLoggingContext.
LogComment
(MessageImportance.Normal, "TaskReturnedFalseButDidNotLogError", _taskNode.Name);
973
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
1010
taskLoggingContext.
LogComment
(
BackEnd\Components\RequestBuilder\TaskHost.cs (3)
848
LoggingContext.
LogComment
(MessageImportance.Low, "TaskAcquiredCores", _taskLoggingContext.TaskName,
888
LoggingContext.
LogComment
(MessageImportance.Low, "TaskReleasedCores", _taskLoggingContext.TaskName,
893
LoggingContext.
LogComment
(MessageImportance.Low, "TaskReleasedCoresWarning", _taskLoggingContext.TaskName,
BackEnd\Components\SdkResolution\SdkResolverService.cs (3)
339
loggingContext.
LogComment
(MessageImportance.Low, "SDKResolverNullMessage", sdkResolver.Name, sdk.ToString());
367
loggingContext.
LogComment
(MessageImportance.Low, "SucceededToResolveSDK", sdk.ToString(), sdkResolver.Name, result.Path ?? "null", result.Version ?? "null");
388
loggingContext.
LogComment
(MessageImportance.Low, "SDKResolverAttempt", sdkResolver.Name, sdk.ToString(), resultWarnings, resultErrors);
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (3)
364
_taskLoggingContext.
LogComment
(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path);
1588
_taskLoggingContext.
LogComment
(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1675
_taskLoggingContext.
LogComment
(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
Evaluation\Evaluator.cs (6)
1052
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "OverridingTarget", otherTarget.Name, otherTarget.Location.File, targetName, targetElement.Location.File);
1091
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TargetDoesNotExistBeforeTargetMessage", unescapedBeforeTarget, targetElement.BeforeTargetsLocation.LocationString);
1114
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TargetDoesNotExistAfterTargetMessage", unescapedAfterTarget, targetElement.AfterTargetsLocation.LocationString);
1305
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "OM_GlobalProperty", propertyElement.Name);
1580
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "SearchPathsForMSBuildExtensionsPath",
1623
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TryingExtensionsPath", newExpandedImportPath, extensionPathExpanded);
Evaluation\IntrinsicFunctions.cs (1)
749
loggingContext.
LogComment
(MessageImportance.Low, "CustomCheckAssemblyNotExist", pathToAssembly);
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
359
_evaluationLoggingContext.
LogComment
(
Instance\ProjectInstance.cs (3)
1393
_loggingContext.
LogComment
(MessageImportance.Low, "SdkEnvironmentVariableAlreadySet", name, value);
1399
_loggingContext.
LogComment
(MessageImportance.Low, "SdkEnvironmentVariableAlreadySetBySdk", name, value);
1416
_loggingContext.
LogComment
(MessageImportance.Low, "SdkEnvironmentVariableSet", name, value);
Instance\TaskFactories\TaskHostTask.cs (1)
287
_taskLoggingContext.
LogComment
(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.AssemblyLocation, runtime, architecture);
Instance\TaskRegistry.cs (5)
486
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskFound", taskName, taskFactory.Name);
490
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskFoundFromFactory", taskName, taskFactory.Name);
495
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskNeedsSTA", taskName);
748
loggingContext.
LogComment
(MessageImportance.Low, "OverrideUsingTaskElementCreated", taskName, projectUsingTaskInXml.OverrideLocation);
1550
targetLoggingContext.
LogComment
(MessageImportance.Low, "InitializingTaskFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.AssemblyLocation);