8 references to LogCommentFromText
Microsoft.Build (7)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
1585_nodeLoggingContext?.LogCommentFromText(MessageImportance.Low, $"Failed to write to engine trace file: {e}");
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
831loggingContext.LogCommentFromText(MessageImportance.Low, ex.ToString());
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
491taskLoggingContext.LogCommentFromText(MessageImportance.Low, s); 540_targetLoggingContext.LogCommentFromText(MessageImportance.Low, s);
BackEnd\Components\SdkResolution\SdkLogger.cs (1)
25_loggingContext.LogCommentFromText(messageImportance, message);
Utilities\EngineFileUtilities.cs (2)
348targetLoggingContext.LogCommentFromText(MessageImportance.Low, globFailure); 354evaluationLoggingContext.LogCommentFromText(MessageImportance.Low, globFailure);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\LoggingContext_Tests.cs (1)
71context.LogCommentFromText(Framework.MessageImportance.High, "Test message");