1 implementation of LogDebug
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
17public abstract void LogDebug(string message, params object[] @params);
5 references to LogDebug
Microsoft.CommonLanguageServerProtocol.Framework.Package (5)
AbstractLanguageServer.cs (1)
187Logger.LogDebug($"Using default language handler for {methodName}");
QueueItem.cs (4)
166_logger.LogDebug("Starting request handler"); 221_logger.LogDebug("Request handler completed successfully."); 227_logger.LogDebug($"Request was cancelled."); 242_logger.LogDebug(ex.ToString());