6 references to LogInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
BuildHost.cs (4)
60_logger.LogInformation($"Registered MSBuild {instance.Version} instance at {instance.Path}"); 141_logger.LogInformation($"Logging builds to {_binaryLogPath}"); 202_logger.LogInformation($"Loading {projectFilePath}"); 216_logger.LogInformation($"Loading an in-memory project with the path {projectFilePath}");
Program.cs (2)
37logger.LogInformation($"BuildHost Runtime Version: {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}"); 49logger.LogInformation("RPC channel closed; process exiting.");