log
Writes a message to the console and the profile's log file. Ascii codes wrapped in { } and variables wrapped in [ ] will be substituted.
Attributes:
- message: the message to be logged
Examples:
<log message="Hello World!" />
<log message="The value of X equals [X]{13}" />