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