1 implementation of LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
21
public abstract void
LogException
(Exception exception, string? message = null, params object[] @params);
9 references to LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Handler\InlineCompletions\XmlSnippetParser.cs (1)
56
logger.
LogException
(ex);
Handler\RequestContext.cs (1)
380
=> _logger.
LogException
(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (3)
135
_logger.
LogException
(ex);
235
_logger.
LogException
(ex);
259
_logger.
LogException
(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
289
_logger.
LogException
(ex);
Workspaces\LspWorkspaceManager.cs (3)
165
this._logger.
LogException
(ex);
276
_logger.
LogException
(ex);
302
_logger.
LogException
(ex);