node-logger
node-logger copied to clipboard
A simple logging library that combines the simple APIs of Ruby's logger.rb and browser-js console.log()
it's easier for projects maintainers to have the licence in a standard place than to have it in a README
Sys was deprecated in node. Replaced the require('sys') with require('util') to avoid deprecation warnings when using this package inside of another application.
Please add a license file and a license definition to your package.json
sys is depricated util.print depricated
Addresses `sys.print` deprecation warning generated on node.js versions > 0.12.
Hello I just remove the sys.print could you please update the npm repo? thanks