7 references to LogInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
AbstractBuildHost.cs (5)
76Logger.LogInformation($"Registered MSBuild {instance.Version} instance at {instance.Path}"); 98Logger.LogInformation($"Logging builds to {_binaryLogPath}"); 166Logger.LogInformation($"Loading {projectFilePath}"); 180Logger.LogInformation($"Loading an in-memory project with the path {projectFilePath} ({globalProperties?.Count ?? 0} global properties)"); 202Logger.LogInformation($"Loading an in-memory project instance with the path {projectFilePath}");
Program.cs (2)
38logger.LogInformation($"BuildHost Runtime Version: {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}"); 67logger.LogInformation("RPC channel closed; process exiting.");