Categories

Versions

Print to Console (AI Studio Core)

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 (Data table)

    Delegates the data to the through output port without changing anything.

Output

  • through (Data table)

    Receives the data from the through input port without any modification.

Parameters

  • log valueThis value will be logged to the console.