xlogger : Node.js simple logger. You can installing xlogger 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 xlogger $ sudo npm install -g xlogger
If want to update the xlogger package execute the command as below,
$ sudo npm update xlogger
Update package globally,
$ npm install -g xlogger
$ sudo git clone https://github.com/rektide/xlogger.git
$ sudo npm install -g ./xlogger
xlogger@1.0.6 /usr/lib/node_modules/xlogger
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xlogger
| Package Name | xlogger |
| Version | 1.0.6 |
| Description | Node.js simple logger |
| Released Date | 2016-12-09T08:41:01.451Z |
| Published by | ziczhu |
| How to Learn | https://www.npmjs.com/package/xlogger/tutorial |