1 implementation of LogInformation
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
18
public abstract void
LogInformation
(string message, params object[] @params);
2 references to LogInformation
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
AbstractLanguageServer.cs (2)
263
Logger.
LogInformation
(message);
321
Logger.
LogInformation
("Exiting server");