struct LSP::LogMessageParams
- LSP::LogMessageParams
- Struct
- Value
- Object
Included Modules
Defined in:
notifications/window/log_message.crConstructors
Instance Method Summary
-
#message : String
The actual message.
-
#message=(message : String)
The actual message.
-
#type : MessageType
The message type.
-
#type=(type : MessageType)
The message type.