cmdpal 0.3.0

Rust SDK for PowerToys Command Palette
Documentation
1
2
3
4
5
6
7
8
9
The **LogMessage** method is used to log a message to the Command Palette. This method is used to provide logging functionality for extensions in the Command Palette.

## Parameters

*message* [`ILogMessage`]

The message to be logged in the Command Palette. This parameter is used to define the content of the log message.

## Returns

A **Windows.Foundation.IAsyncAction** object that represents the asynchronous operation. This method does not return a value, but it can be awaited to ensure that the log message is processed before proceeding with other operations.