1 implementation of LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
20
public abstract void
LogException
(Exception exception, string? message = null, params object[] @params);
5 references to LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\RequestContext.cs (1)
375
=> _logger.
LogException
(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (3)
135
_logger.
LogException
(ex);
233
_logger.
LogException
(ex);
258
_logger.
LogException
(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
287
_logger.
LogException
(ex);