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
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.
Windows developer