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);
5 references to LogError
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
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}");
374
=> _logger.
LogError
(message);
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
64
logger.
LogError
($"Could not find language information for {uri} with absolute path {documentFilePath}");
Workspaces\LspWorkspaceManager.cs (1)
113
_logger.
LogError
($"Unable to parse URI {uri}");