Message Logger > Introduction |
FusionWidgets v3 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:
A simple message logger in a chart looks something as under: |
In the above screenshot, we've a real time line chart that is monitoring CPU usage of multiple CPUs on the same chart. Also, on the top of the chart, we've used the message logger. As you can see above, the message logger contains multiple messages that were streamed to it by the server. The message logger in FusionWidgets v3 has the following features:
Let's next see how to setup the message logger for your chart. |