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
Inherits BaseObservable
Implements ILogMessage
The LogMessage class is used to define a log message in the command palette. It provides properties to specify the message content and its state.
Constructors
| Constructor | Description |
|---|---|
| LogMessage(String) | Initializes a new instance of the LogMessage class with the specified message. |
Properties
| Property | Type | Description |
|---|---|---|
| Message | String | The content of the log message. |
| State | MessageState | The state of the log message. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer