class LSP::LogMessageNotification
- LSP::LogMessageNotification
- LSP::NotificationMessage
- Reference
- Object
Overview
The log message notification is sent from the server to the client to ask the client to log a particular message.
Included Modules
Defined in:
notifications/window/log_message.crConstructors
-
.new(pull : JSON::PullParser)
The log message notification is sent from the server to the client to ask the client to log a particular message.
- .new(**args)
Instance Method Summary
Instance methods inherited from class LSP::NotificationMessage
method : String
method,
method=(method : String)
method=
Constructor methods inherited from class LSP::NotificationMessage
new(pull : JSON::PullParser)new(**args) new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
The log message notification is sent from the server to the client to ask the client to log a particular message.