Is there a way to display what time each event in the event log was logged?
I’m looking something instead of:
[info] Executing: | XDesktopAutomation | True | |
[info] Executing: | store | true | warningExists |
To this:
18:16:23.13 [info] Executing: | XDesktopAutomation | True | |
18:16:23.15 [info] Executing: | store | true | warningExists |
The above is the general idea of what I’m looking for, but it would be used more so for executing another macro from within a macro, or waiting for something.
I know as a work-around I could echo the time to the log before and after a command, but I think it would be more helpful if it was automatic. Maybe timestamps on/off?