Log Event Data

The lolo/log library function helps you log events to the Logs (i.e. logs console) without the need for parsing JSON data.

How to use it

You simply attach an output port from one function, usually a trigger, to the input port in the lolo/logs function to see event data printed in the Logs.

You can configure it under Parameters to specify the data to be logged. The default is set to the entire event object.

Youtube Video Tutorial