1 implementation of LogException
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
20
public abstract void
LogException
(Exception exception, string? message = null, params object[] @params);
4 references to LogException
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
QueueItem.cs (3)
135
_logger.
LogException
(ex);
233
_logger.
LogException
(ex);
258
_logger.
LogException
(exception);
RequestExecutionQueue.cs (1)
287
_logger.
LogException
(ex);