Print to Console
Synopsis
Prints the given parameter value to the console.
Description
This operator prints the given parameter value to the consoles. The parameter value may contain macros. E.g. you may print the operator apply count using the %{a} macro. This operator is escpecially helpful when processes are executed in the background (i.e. without a graphical user interface) or as services in order to protocol the process progress.
Input
through
Delegates the data to the through output port without changing anything.
Output
through
Receives the data from the through input port without any modification.
Parameters
log value
This value will be logged to the console.