Click or drag to resize
LogMessageParams Class
Parameters provided to the LogMessage notification.
Inheritance Hierarchy
SystemObject
  VSCode.EditorLogMessageParams

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public class LogMessageParams

The LogMessageParams type exposes the following members.

Constructors
  NameDescription
Public methodLogMessageParams
Initializes a new instance of the LogMessageParams class
Top
Properties
  NameDescription
Public propertyMessage
The message text.
Public propertyType
The type of message to log.
Top
Extension Methods
  NameDescription
Public Extension MethodToJObject
Converts this instance to a JObject.
(Defined by ObjectExtensions.)
Top
See Also