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);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
263
Logger.
LogInformation
(message);
321
Logger.
LogInformation
("Exiting server");