LogMessageParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which represents parameter sent with window/logMessage requests.
See the Language Server Protocol specification for additional information.
public ref class LogMessageParams
[System.Runtime.Serialization.DataContract]
public class LogMessageParams
[<System.Runtime.Serialization.DataContract>]
type LogMessageParams = class
Public Class LogMessageParams
- Inheritance
-
LogMessageParams
- Attributes
Constructors
LogMessageParams() |
Properties
Message |
Gets or sets the message. |
MessageType |
Gets or sets the type of message. |