Hi,
You can use LR.log(text,level) API to write data to the log. Level can be one of the below values, where Status mimics lr_vuser_status_message and the rest are equal to lr_debug_message with different levels.
Note that it is not recommended adding such steps under load. It is good for debugging purposes.
LR.log(text, level) | text. The message. level. One of the following:
example: LR.log("text", "Error"); |