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);
3 references to LogError
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\RequestContext.cs (2)
278
logger.
LogError
($"Could not find appropriate workspace or solution on {method}");
372
=> _logger.
LogError
(message);
Workspaces\LspMiscellaneousFilesWorkspace.cs (1)
56
logger.
LogError
($"Could not find language information for {uri} with absolute path {documentFilePath}");