1 write to _logger
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
26
_logger
= loggerFactory.CreateLogger<DotnetCliHelper>();
6 references to _logger
Microsoft.CodeAnalysis.LanguageServer (6)
DotnetCliHelper.cs (6)
61
_logger
.LogDebug(stdOutput.ToString());
64
_logger
.LogError(errorOutput.ToString());
73
_logger
.LogDebug($"Running dotnet CLI command at {_dotnetExecutablePath.Value} in directory {workingDirectory} with arguments {arguments}");
116
_logger
.LogDebug($"Using vstest console at {vstestConsole}");
140
_logger
.LogInformation("Using dotnet executable configured on the PATH");
150
_logger
.LogInformation("Could not find dotnet executable from PATH");