1 implementation of LogException
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
20public 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);