Log

report_element TPTReport.Log()

This function generates the log information of the test case.

Returns:

the new log node that can be added to the report.

Examples:

   # generate a paragraph with the test case information
   TPTReport.add(TPTReport.Log());