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);
6 references to LogError
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
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}"); 377=> _logger.LogError(message);
RoslynLanguageServer.cs (1)
222Logger.LogError($"Failed to get language for {uri} with language {language}");
Workspaces\LspMiscellaneousFilesWorkspaceProvider.cs (1)
67logger.LogError($"Could not find language information for {uri} with absolute path {documentFilePath}");
Workspaces\LspWorkspaceManager.cs (1)
114_logger.LogError($"Unable to parse URI {uri}");