How to get Game state and player events logged to a file

Hi,

How can I get the log file to write (if this is not happening already): Player events and Game State
Can this be flushed out to a JSON file with ease?

Hi there,
Seems like it should be an already built in feature. This is a development SW. This is maybe a feature that needs to be set to “ON” if disabled by default.

This is something I also try to find, but I find nothing.

If someone knows this it would help a lot.

I my application I want to write serial data invoked by “user 1” to a JSON file. The same data will be read by the opponent, “user 2”, platform and the events displayed on “user 2” platform. Then “user 2” makes a move and serial data is created back to “user 1”.