6 references to LogInformation
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
AbstractBuildHost.cs (4)
71
Logger.
LogInformation
($"Registered MSBuild {instance.Version} instance at {instance.Path}");
93
Logger.
LogInformation
($"Logging builds to {_binaryLogPath}");
155
Logger.
LogInformation
($"Loading {projectFilePath}");
169
Logger.
LogInformation
($"Loading an in-memory project with the path {projectFilePath}");
Program.cs (2)
38
logger.
LogInformation
($"BuildHost Runtime Version: {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}");
67
logger.
LogInformation
("RPC channel closed; process exiting.");