node-logger
node-logger copied to clipboard
Sys is depricated
Deprecation Warning: sys is deprecated. Use util instead.
look in the logger.js file in the Logger folder of the module and change the line "sys = require('sys')," to "sys = require('util'),"