debug
debug copied to clipboard
Add option to log to STDOUT
This change recognizes the DEBUG_USE_STDOUT environmental variable to allow log messages to be directed to STDOUT when the NodeJS version is being used. Please refer to #964 for the use case to support this change.
I have added a test that I think will work for testing this functionality. Since my NodeJS knowledge is not that great I can not say for certain that it works as I expect it to. It is my hope that you will correct any problem with the test.
Closes #964
Anybody still working on this project?