FusionWidgets XT introduces a new concept of streaming and showing real-time messages in the chart using Message Logger. The Message logger can be effectively used to show necessary real-time information or live error logs.

Essentially, the message logger is a text based scrollable window that can listen to messages streamed from server and then do one of the following:

  • Display the message in the message logger window
  • Pass it to custom JavaScript functions (defined by you) for further actions

The angular gauge supports Message Logger fully. Please see the Message Logger section to see how to implement message logger for this chart.