7.36. WriteLogFile

write_log_file ‐ An action for writing a string in the log file

7.36.1. Attributes

NameTypeDefaults
valueSTRINGNone (required)

7.36.2. Description

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.

7.36.3. Expected children

None.

7.36.4. Expected target

None.

7.36.5. Example

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" />