Oct 30, 2020

Echoes

"Echoes" is a web panel section that provides detailed information about messages known as "echoes." These echoes are messages sent from the worker during skript execution.

Developers can generate echoes in their code using the @mikosoft/echo npm library. These messages are transmitted in real-time via websockets to the web panel, allowing users to monitor them as they occur.

Echoes can include log messages, warnings, or error details related to the skript execution process, providing comprehensive visibility and control. This makes the Echoes section a valuable tool for monitoring and troubleshooting skript execution, helping users quickly identify and resolve any problems.

Echoes - Realtime

On the "Echoes - Realtime" page, web panel users can monitor all echo messages from all workers and all skripts in real time. This allows users to quickly identify and troubleshoot any issues that may occur during skript execution.

DEX8 Web Panel - Echoes real-time

Echoes - Saved

Echo logs on the "Echoes - Realtime" page will not be visible once a skript ends. However, to ensure data retention, workers save all echo logs in a CSV file, enabling web panel users to retrieve and analyze them for identifying potential issues.

DEX8 Web Panel - Echoes saved