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);
Handler\ServerLifetime\InitializeHandler.cs (1)
26context.Logger.LogInformation("Monitoring client process {clientProcessId} for exit", clientProcessId);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
264Logger.LogInformation(message);