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