Print

Description

This container prints messages to the application console.

Inputs

Optional Inputs

Name Type Description Default Value
Initial Message String Message printed before the execution of the container content. None
Final Message String Message printed before the execution of the container content. None
Log Level Log Tag Message log level. Unconditional

Outputs

Group

Notes

To print information about the execution of a given functor or group of functors, put these functors inside the Print functor. It is not advised to use a Print functor without any contained functors because the execution order of this functor will be unspecified.

All messages are printed to the application console using the given log level.

This functor offers no String formatting capabilities, but it is possible to create formatted and complex messages using the Create String functor. Some types can also be automatically converted to String.

Internal Name

Print