Echoes a text (to log and/or console). The command belongs to the group "Log".
| Parameter Name | Description | Type |
|---|---|---|
| DebugText | A debug-text. | valueexpression |
| ErrorText | A error-text. | valueexpression |
| FatalText | A fatal-text. | valueexpression |
| InfoText | A info-text. | valueexpression |
| TraceText | A trace-text. | valueexpression |
<EchoText ErrorText="'Property not set!'">The text appearing in the log file looks like: [ERROR] Property not set!