1 implementation of LogError
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
20
public abstract void
LogError
(string message, params object[] @params);
6 references to LogError
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\InlineCompletions\XmlSnippetParser.cs (1)
55
logger.
LogError
($"Got exception parsing xml snippet {matchingSnippetInfo.Title} from file {matchingSnippetInfo.Path}");
Handler\RequestContext.cs (2)
280
logger.
LogError
($"Could not find appropriate workspace or solution on {method}");
377
=> _logger.
LogError
(message);
RoslynLanguageServer.cs (1)
222
Logger.
LogError
($"Failed to get language for {uri} with language {language}");
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
67
logger.
LogError
($"Could not find language information for {uri} with absolute path {documentFilePath}");
Workspaces\LspWorkspaceManager.cs (1)
114
_logger.
LogError
($"Unable to parse URI {uri}");