Hi gamers,

For automatically logging general startup and usage info use diag_mode (diag_mode = 1; or diag_mode = 2; , see the manual for this).

Besides that, you can manually create log files by simply writing to a text file (in the manual see Engine Functions -> File Manipulation and than file_str_write etc). Under Engine Variables see 'Time' and 'Statistics' for usefull info for logging/debugging. I am not sure how to get 'button show time' or 'button click time', maybe 'time_panels' or 'time_actions' if you dont have other functions running on the background. Or calculate it manually ofcourse.
(note from the manual for statistic variables: "This variable is valid for the topmost view and only available in the development version, not in the release version.")

Does that help?

Last edited by Reconnoiter; 11/09/16 14:51.