This tool writes messages to an Eclipse console view.
Attribute | Type | Description |
---|---|---|
Color | Selection | Specifies the color with which the message is printed in the console. Valid values are:
|
FontStyle | Selection | Specifies the font style with which the message is printed in the console. Valid values are:
|
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. |
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. |