32 references to LogComment
Microsoft.Build (32)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
90
LoggingContext.
LogComment
(MessageImportance.Low, "PropertyGroupLogMessage", property.Name, evaluatedValue);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1170
_projectLoggingContext.
LogComment
(MessageImportance.Low,
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
151
_projectLoggingContext.
LogComment
(Framework.MessageImportance.Low,
BackEnd\Components\RequestBuilder\TaskBuilder.cs (6)
620
_targetLoggingContext.
LogComment
(
889
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
927
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
957
taskLoggingContext.
LogComment
(MessageImportance.Normal, "TaskReturnedFalseButDidNotLogError", _taskNode.Name);
966
taskLoggingContext.
LogComment
(MessageImportance.Normal, "ErrorConvertedIntoWarning");
1003
taskLoggingContext.
LogComment
(
BackEnd\Components\RequestBuilder\TaskHost.cs (3)
846
LoggingContext.
LogComment
(MessageImportance.Low, "TaskAcquiredCores", _taskLoggingContext.TaskName,
886
LoggingContext.
LogComment
(MessageImportance.Low, "TaskReleasedCores", _taskLoggingContext.TaskName,
891
LoggingContext.
LogComment
(MessageImportance.Low, "TaskReleasedCoresWarning", _taskLoggingContext.TaskName,
BackEnd\Components\SdkResolution\SdkResolverService.cs (3)
328
loggingContext.
LogComment
(MessageImportance.Low, "SDKResolverNullMessage", sdkResolver.Name, sdk.ToString());
356
loggingContext.
LogComment
(MessageImportance.Low, "SucceededToResolveSDK", sdk.ToString(), sdkResolver.Name, result.Path ?? "null", result.Version ?? "null");
377
loggingContext.
LogComment
(MessageImportance.Low, "SDKResolverAttempt", sdkResolver.Name, sdk.ToString(), resultWarnings, resultErrors);
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (3)
339
_taskLoggingContext.
LogComment
(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.Path);
1494
_taskLoggingContext.
LogComment
(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
1581
_taskLoggingContext.
LogComment
(MessageImportance.Low, "OutputPropertyLogMessage", outputTargetName, outputString);
Evaluation\Evaluator.cs (6)
1039
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "OverridingTarget", otherTarget.Name, otherTarget.Location.File, targetName, targetElement.Location.File);
1078
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TargetDoesNotExistBeforeTargetMessage", unescapedBeforeTarget, targetElement.BeforeTargetsLocation.LocationString);
1101
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TargetDoesNotExistAfterTargetMessage", unescapedAfterTarget, targetElement.AfterTargetsLocation.LocationString);
1286
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "OM_GlobalProperty", propertyElement.Name);
1561
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "SearchPathsForMSBuildExtensionsPath",
1604
_evaluationLoggingContext.
LogComment
(MessageImportance.Low, "TryingExtensionsPath", newExpandedImportPath, extensionPathExpanded);
Evaluation\IntrinsicFunctions.cs (1)
706
loggingContext.
LogComment
(MessageImportance.Low, "CustomCheckAssemblyNotExist", pathToAssembly);
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
337
_evaluationLoggingContext.
LogComment
(
Instance\TaskFactories\TaskHostTask.cs (1)
256
_taskLoggingContext.
LogComment
(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.AssemblyLocation, runtime, architecture);
Instance\TaskRegistry.cs (5)
485
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskFound", taskName, taskFactory.Name);
489
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskFoundFromFactory", taskName, taskFactory.Name);
494
targetLoggingContext.
LogComment
(MessageImportance.Low, "TaskNeedsSTA", taskName);
744
loggingContext.
LogComment
(MessageImportance.Low, "OverrideUsingTaskElementCreated", taskName, projectUsingTaskInXml.OverrideLocation);
1428
targetLoggingContext.
LogComment
(MessageImportance.Low, "InitializingTaskFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.AssemblyLocation);