Print to Console

Function:

This tool writes messages to an Eclipse console view.

Tool Attributes:

Attribute Type Description
Color Selection Specifies the color with which the message is printed in the console. Valid values are:
  • Black
  • Red
  • Dark Red
  • Blue
  • Dark Blue
  • Green
  • Dark Green
  • Gray
  • Dark Gray
  • Magenta
  • Dark Magenta
  • Cyan
  • Dark Cyan
  • Yellow
  • Dark Yellow
FontStyle Selection Specifies the font style with which the message is printed in the console. Valid values are:
  • Regular
  • Bold
  • Italic
  • Bold Italic
Timestamp Boolean Specified whether a time stamp is printed in the console before the message.
Show Console Boolean Specifies whether the target console view is opened and sent to the foreground.

Parameters:

Parameter Name I/O Type Description
Console Name [M] I String Name of the console.
Message [M] I String|File Message to be printed in the console.

If this input parameter is specified with mass processing set, each message of the mass processing context is printed in the console.

Message* [O] I String|File Additional messages to be printed in the console.
Note: If several messages are modelled, all single processing messages are printed in front of the mass processing messages.