echolog - UDM Command
Syntax
echolog [value_1]... [_value_n]
Description
The echolog command writes text to the open log file.
If a log file is not open, echolog issues an error.
Parameters
Parameter | Description |
---|---|
value_1 | First parameter to echo. |
value_n | Other parameter(s) to echo. |
Examples
To write:
Tobeornottobe!Thatisthequestion.
Execute:
echolog To be or not to be! That is the question.
To write:
To be or not to be! That is the question.
Execute:
echolog "To be or not to be! That is the question."
To write:
1 + 1 = 2.
Execute:
echo "1 + 1 = " <1 + 1>