1 implementation of LogDebug
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
16public abstract void LogDebug(string message, params object[] @params);
2 references to LogDebug
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
QueueItem.cs (2)
165_logger.LogDebug("Starting request handler"); 220_logger.LogDebug("Request handler completed successfully.");