Digitopia/Gamult

Include timestamps in ofLog

nunoh opened this issue · 0 comments

nunoh commented

For performance debugging include timestamps in the log entries so that:

[notice ] initModules() start 
[notice ] initModules() end 

becomes something like:

[2016-07-05 17:28:20.162] [notice ] initModules() start 
[2016-07-05 17:28:21.231] [notice ] initModules() end