hey, i want to be able to store every log that happens in its own text file in a folder called "logs" how could i store all of the displayed data till the stop in its own text file for each launch.
Add a time stamp to the name of the log file.
Crude example (among other things, does not handle order of initialisation issues if log is used before main):