Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 String
The message to be logged, provided as a string. This message can contain any relevant information that the developer wants to provide to the user or for debugging purposes.
Windows developer