19 references to LogComment
Microsoft.Build.Engine (19)
Engine\Engine.cs (1)
2680primaryLoggingServices.LogComment(currentContext,
Engine\Project.cs (1)
3900ParentEngine.LoggingServices.LogComment(projectBuildEventContext, "OverridingTarget",
Engine\ProjectSchemaValidationHandler.cs (1)
129engineLoggingServices.LogComment(buildEventContext, "SchemaFileLocation", schemaFile);
Engine\Target.cs (2)
592parentEngine.LoggingServices.LogComment(buildContext.ProjectBuildEventContext, 661parentEngine.LoggingServices.LogComment(targetBuildEventContext, "TargetSkippedFalseCondition",
Engine\TargetDependencyAnalyzer.cs (3)
295loggingService.LogComment(buildEventContext, "BuildTargetCompletely", this.targetToAnalyze.Name); 721loggingService.LogComment(buildEventContext, "BuildTargetCompletely", this.targetToAnalyze.Name); 722loggingService.LogComment(buildEventContext, "BuildTargetCompletelyNoInputsSpecified");
Engine\TaskEngine.cs (1)
342loggingServices.LogComment(skipTaskContext,
Engine\TaskRegistry.cs (1)
151loggingServices.LogComment(usingTaskContext, "TaskFound", taskName, taskClass.Assembly.ToString());
Introspector\TargetCycleDetector.cs (3)
336engineLoggingService.LogComment(buildEventContext, "cycleTraceTitle"); 337engineLoggingService.LogComment 353engineLoggingService.LogComment
Solution\SolutionWrapperProject.cs (6)
133parentEngine.LoggingServices.LogComment(projectBuildEventContext, "SolutionCacheBeingUsed", solutionProjectCache, fullSolutionConfigurationName, wrapperProjectToolsVersion); 145parentEngine.LoggingServices.LogComment(projectBuildEventContext, "SolutionCacheReadError", solutionProjectCache, ex.Message); 173parentEngine.LoggingServices.LogComment(projectBuildEventContext, "SolutionCacheWriteError", solutionProjectCache, ex.Message); 206parentEngine.LoggingServices.LogComment(projectBuildEventContext, "SolutionCacheNotApplicable", "Configuration", cacheSolutionConfigurationName, fullSolutionConfigurationName); 212parentEngine.LoggingServices.LogComment(projectBuildEventContext, "SolutionCacheNotApplicable", "ToolsVersion", cacheToolsVersion, wrapperProjectToolsVersion); 221parentEngine.LoggingServices.LogComment(projectBuildEventContext, "SolutionCacheNotApplicableDueToCacheVersion", cacheVersion, thisVersion);