Click or drag to resize
EditorFeatureLogMessage Method
Logs a message to the developer console in VS Code.

Namespace: VSCode.Editor
Assembly: VSCode (in VSCode.dll) Version: 1.0.0
Syntax
C#
public void LogMessage(
	MessageType type,
	string message
)

Parameters

type
Type: VSCode.EditorMessageType
The type of message to log.
message
Type: SystemString
The message text.
See Also