LogMessageParams Class

Definition

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.

Applies to