1 write to _logger
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
27
_logger
= loggerFactory.CreateLogger<DotnetCliHelper>();
6 references to _logger
Microsoft.CodeAnalysis.LanguageServer (6)
DotnetCliHelper.cs (6)
62
_logger
.LogDebug(stdOutput.ToString());
65
_logger
.LogError(errorOutput.ToString());
74
_logger
.LogDebug($"Running dotnet CLI command at {_dotnetExecutablePath.Value} in directory {workingDirectory} with arguments '{string.Join(' ', arguments)}'");
121
_logger
.LogDebug($"Using vstest console at {vstestConsole}");
144
_logger
.LogInformation("Using dotnet executable configured on the PATH");
154
_logger
.LogInformation("Could not find dotnet executable from PATH");