1 implementation of LogInformation
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
18
public abstract void
LogInformation
(string message, params object[] @params);
1 reference to LogInformation
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLanguageServer.cs (1)
264
Logger.
LogInformation
(message);