Edit

ExtensionHost.LogMessage(ILogMessage) Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

The LogMessage method logs a message to the command palette's output window. This is useful for debugging and providing feedback to the user about the extension's operations.

Parameters

message ILogMessage

The message to be logged, provided as an object implementing ILogMessage. This message can contain any relevant information that the developer wants to provide to the user or for debugging purposes.