2 implementations of LogCommentFromText
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
56
public void
LogCommentFromText
(BuildEventContext buildEventContext, MessageImportance importance, string message)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
346
public void
LogCommentFromText
(BuildEventContext buildEventContext, MessageImportance importance, string message)
14 references to LogCommentFromText
Microsoft.Build (14)
BackEnd\BuildManager\BuildManager.cs (2)
3285
loggingService.
LogCommentFromText
(BuildEventContext.Invalid, message.Importance, message.Text);
3449
loggingService?.
LogCommentFromText
(BuildEventContext.Invalid, MessageImportance.High, message);
BackEnd\Components\Logging\LoggingContext.cs (1)
169
_loggingService.
LogCommentFromText
(_eventContext, importance, message);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
1040
_loggingService.
LogCommentFromText
(
1095
_loggingService.
LogCommentFromText
(
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
288
_loggingService.
LogCommentFromText
(_buildEventContext, MessageImportance.Low, reason);
305
_loggingService.
LogCommentFromText
(_buildEventContext, MessageImportance.Low, reason);
BackEnd\Components\Scheduler\SchedulingPlan.cs (4)
128
loggingService.
LogCommentFromText
(buildEventContext, MessageImportance.Low, ResourceUtilities.FormatResourceStringStripCodeAndKeyword("CantWriteBuildPlan", planName));
174
loggingService.
LogCommentFromText
(buildEventContext, MessageImportance.Low, ResourceUtilities.FormatResourceStringStripCodeAndKeyword("CantReadBuildPlan", planName));
178
loggingService.
LogCommentFromText
(buildEventContext, MessageImportance.Low, ResourceUtilities.FormatResourceStringStripCodeAndKeyword("BuildPlanCorrupt", planName));
182
loggingService.
LogCommentFromText
(buildEventContext, MessageImportance.Low, ResourceUtilities.FormatResourceStringStripCodeAndKeyword("BuildPlanCorrupt", planName));
BuildCheck\Infrastructure\CheckContext\CheckLoggingContext.cs (1)
35
.
LogCommentFromText
(eventContext, importance, message);
Instance\ProjectInstance.cs (1)
2995
loggingService.
LogCommentFromText
(projectBuildEventContext, MessageImportance.Low, comment);
Utilities\EngineFileUtilities.cs (1)
351
loggingService.
LogCommentFromText
(buildEventContext, MessageImportance.Low, globFailure);