แก้ไข

แชร์ผ่าน


ILogMessage Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

The ILogMessage interface represents a log message in the Command Palette. It is used to provide information about the state of the application or specific operations, and can be used for debugging or informational purposes.

Properties

Property Type Description
Message String The message text that describes the log entry.
State MessageState The state of the log message. This property indicates the severity or type of the log message, such as informational, warning, or error.