Module window

Module window 

Source
Expand description

This module contains functionality centered arround logging and ui features.

Modules§

log_message
mplementation of window/logMessage notification.
show_message
impls for the window/showMessage notification
show_message_request
implements the window/showMessageRequest request.
telemetry
implementation of the window/telemetry notification.

Enums§

MessageType
The priority of a message which is either logged or shown to the user. On debug builds, all messages are shown. On release builds, only messages with a priority of Info or higher are shown.