Edit

LogMessage Class

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.