write_log_file ‐ An action for writing a string in the log file
This action is used to write a string in the log file. The string value of the value attribute defines the string that will be written in the file. If the string contains parenthesized expressions, they are dynamically evaluated as numerical expressions and their values replace the expressions in the string.
None.
The example below defines an action that writes the string click on node sphere in the log file.
<write_log_file value="click on node sphere" />