quirkey / node-logger

A simple logging library that combines the simple APIs of Ruby's logger.rb and browser-js console.log()
49 stars 54 forks source link

Sys is depricated #18

Open faizanktk opened 3 years ago

faizanktk commented 3 years ago

Deprecation Warning: sys is deprecated. Use util instead.

delbug7 commented 2 years ago

look in the logger.js file in the Logger folder of the module and change the line "sys = require('sys')," to "sys = require('util'),"