1 implementation of LogException
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
21public abstract void LogException(Exception exception, string? message = null, params object[] @params);
4 references to LogException
Microsoft.CommonLanguageServerProtocol.Framework.Package (4)
QueueItem.cs (3)
136_logger.LogException(ex); 246_logger.LogException(ex); 271_logger.LogException(exception);
RequestExecutionQueue.cs (1)
289_logger.LogException(ex);