LogDataElements

Using the LogDataElements() function to debug a template

 

You may have seen you can use the Log() function to write a message into the LogXpressDox.txt file, and also use the LogVariables() to record the values of variables at different points in the template. Using the LogDataElements() function, you can record the value of data elements.

«LogDataELements('Reached point c, data elements are',Name,Address,DateOfBirth)»