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)
37
logger.
LogInformation
($"BuildHost Runtime Version: {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}");
49
logger.
LogInformation
("RPC channel closed; process exiting.");