====== < log > ====== ===== Description ===== The < log > element allows the application to generate debug messages. This element can contain a combination of text and elements in which the resulting message will be the concatenation of the text and string value of the < value > element. The messages will be logged to the metrics file for viewing. ===== Syntax ===== text ===== Attributes ===== |expr|The expr attribute is a string expression that will be appended to the < log > element content and label. This attribute is optional.| |label|The label attribute is a string label that will be appended to the < lo g> element content before expr. This attribute is optional.| ===== Parents ===== , , , , , , , ===== Children ===== ===== Extensions ===== None. ===== Limitations/Restrictions ===== None. ===== Example Code =====
1 {hello} | 2 {world} Say hello Say something The user said . Hello, world!