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.
LogMessage(String) Constructor
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Initializes a new instance of the LogMessage class with a message, which defaults to an empty string if no argument is provided.
public LogMessage(string message = "")
{
_message = message;
}
Parameters
message String
The content of the log message. This parameter is optional and defaults to an empty string if not provided.
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