6 references to Logger
dotnet-watch (6)
Watch\MsBuildFileSetFactory.cs (6)
64Logger.LogDebug("Running MSBuild target '{TargetName}' on '{Path}'", TargetName, rootProjectFile); 66var exitCode = await processRunner.RunAsync(processSpec, Logger, launchResult: null, cancellationToken); 72Logger.LogError("Error(s) finding watch items project file '{FileName}'.", Path.GetFileName(rootProjectFile)); 73Logger.LogInformation("MSBuild output from target '{TargetName}':", TargetName); 76BuildOutput.ReportBuildOutput(Logger, capturedOutput, success, projectDisplay: null); 130projectGraph = ProjectGraphUtilities.TryLoadProjectGraph(rootProjectFile, globalOptions, Logger, requireProjectGraph.Value, cancellationToken);