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

Fixed deprecation warning #9

Open Radbuglet opened 6 years ago

Radbuglet commented 6 years ago

The module used to use the sys module which is now deprecated. I replaced it with util which isn't.