
Viz Trio User Guide
Version 3.2 | Published October 08, 2019 ©
Media Sequencer Logging
Viz Trio supports using Intelligent Interface (IIF), and through that interface the log level for Intelligent Interface specific messages on the Media Sequencer can be set. For more information on how to set log levels for the Media Sequencer, see the Media Sequencer documentation.
All logging of output can be assigned a log level. Messages are only written to the log if the current log level is greater than the log level of the message. The log levels are defined as integers in the range 0-100. At a given log level, all the information specified for lower log levels are also logged.
The log level can be changed while the Media Sequencer is running, and the logging output will immediately reflect the new log level.
Caution: Remember to set a low log level, preferably to zero, because a high level of logging might affect the performance when running in a production environment.
See the table for a complete list of predefined log levels.
Log levels
Name |
Level |
What will be logged |
Never |
0 |
Nothing |
Bug |
5 |
Bugs detected in the software. |
Failure |
10 |
A permanent error, for example part of the software was disabled and no further automatic retries will be attempted. |
Lost link |
15 |
A network connection or other link or precious resource was unexpectedly lost. The software might attempt to reestablish the link automatically. |
Error |
20 |
Something is incorrect. An internal or external operation could not be completed successfully. |
Warning |
30 |
A cause for concern has been detected. |
Notice |
35 |
An infrequent but expected event occurred. |
Connection |
40 |
A network connection or connection to another precious resource was intentionally opened or closed. |
Operation |
50 |
High level operations that are executed as requested or planned. |
Input |
60 |
Data that is received into the system from external connections. |
Output |
70 |
Data sent to from the system through external connections. |
State |
80 |
A change in the significant state of the system. |
Analysis |
90 |
Derived information and meta information generated during execution, such as the running times of the executed actions. |
Trace |
95 |
The various stages the internal operations of the system goes through during execution. |
All |
100 |
All possible logging information, including operation scheduling and loop iteration, and running state statistics. |