View source
class LogMessageNotification
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
The log message notification is sent from the server to the client to ask the client to log a particular message.
The log message notification is sent from the server to the client to ask the client to log a particular message.
staticfinalinlineread onlytype:ProtocolNotificationType<LogMessageParams, NoData> = new ProtocolNotificationType<LogMessageParams,NoData>("window/logMessage")