node-logger
node-logger copied to clipboard
Removed require('sys') in favor of require('util') as sys is deprecated
Sys was deprecated in node. Replaced the require('sys') with require('util') to avoid deprecation warnings when using this package inside of another application.