1 implementation of LogError
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
19
public abstract void
LogError
(string message, params object[] @params);
4 references to LogError
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\InlineCompletions\XmlSnippetParser.cs (1)
56
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\LspMiscellaneousFilesWorkspace.cs (1)
56
logger.
LogError
($"Could not find language information for {uri} with absolute path {documentFilePath}");