Is it possible to have a date stamp on run-time errors?

edited August 2017 in Programming Questions

I have a Processing sketch throws about four to eight errors a day to do with the Kinect and the USB port. I'm pretty sure I know why, but to confirm it I need to know when the errors are happening. Is it possible to print the errors (the ones in red that appear below the compiler messages) to the IDE console window with the date stamp? or do they reside in a log somewhere?

So, instead of "Isochronous transfer error: 1", I would get

2017-08-29 14:17 Isochronous transfer error: 1

Answers

Sign In or Register to comment.