paulpotat - 2022-12-08

Hello,

I'm trying to setup a data logging mechanism to capture some bugs.

What i want to do :
- Save a variable value in a buffer periodically
- If a certain event occur, save the entire buffer in a csv file

I'm trying to use the Datalog Manager module to do this, but I'm not sure how to configure it.

It looks like I can only configure the module to save the csv file periodically :

Can I do this using this module ? Or do I have to do it by hand ?