1 implementation of LogInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
18public abstract void LogInformation(string message, params object[] @params);
3 references to LogInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\RequestContext.cs (1)
343=> Logger.LogInformation(message);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
263Logger.LogInformation(message); 321Logger.LogInformation("Exiting server");