1 implementation of LogInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
18
public 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)
26
context.Logger.
LogInformation
("Monitoring client process {clientProcessId} for exit", clientProcessId);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (1)
264
Logger.
LogInformation
(message);