6 references to LogInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
BuildHost.cs (4)
59_logger.LogInformation($"Registered MSBuild {instance.Version} instance at {instance.Path}"); 140_logger.LogInformation($"Logging builds to {_binaryLogPath}"); 208_logger.LogInformation($"Loading {projectFilePath}"); 228_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.");