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