Disable timestamp in console
-
An option to turn off the clock in the console would be helpful.
Someone was also inquiring about the possibility of colors in the console.log which would be a nice perk.
-
You can use HTML in the console for colours
-
Here's an example logger with custom colors from the screeps_console project-
https://github.com/screepers/screeps_console/blob/master/docs/ExampleLogger.js
-
What is the "console" object anyway? console.log('I have %d cats', 23) logs "I have %d cats 23". So, it's clearly not Node's standard console.log().
Thanks!