Expand description
This module contains functionality centered arround logging and ui features.
Modules§
- log_
message - mplementation of
window/logMessagenotification. - show_
message - impls for the
window/showMessagenotification - show_
message_ request - implements the
window/showMessageRequestrequest. - telemetry
- implementation of the
window/telemetrynotification.
Enums§
- Message
Type - 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
Infoor higher are shown.