logger : A simple logging library that combines the simple APIs of Rubys logger.rb and browser-js console.log(). You can installing logger npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install logger $ sudo npm install -g logger
If want to update the logger package execute the command as below,
$ sudo npm update logger
Update package globally,
$ npm install -g logger
$ sudo git clone https://github.com/rektide/logger.git
$ sudo npm install -g ./logger
logger@0.0.1 /usr/lib/node_modules/logger
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall logger
Package Name | logger |
Version | 0.0.1 |
Description | A simple logging library that combines the simple APIs of Rubys logger.rb and browser-js console.log() |
Released Date | 2017-03-07T22:44:19.917Z |
Published by | npm |
How to Learn | https://www.npmjs.com/package/logger/tutorial |