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)
264Logger.LogInformation(message); 322Logger.LogInformation("Exiting server");