1 implementation of LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
20public 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);