Feature description
It is a good feature to implement the printing of variables on the console.
Currently using the string template it shows me [object object] and I have to use the JSON.stringify() function to see its content.
It would be good to provide the possibility of inserting a payload as a second (or third) parameter.