tracer : A powerful and customizable logging library for node.js. support color console with timestamp, line number, method name, file name and call stack. you can set transport to file, stream, database(ex: mongodb and clouddb, simpledb). keywords: log, logger, t. You can installing tracer 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 tracer $ sudo npm install -g tracer
If want to update the tracer package execute the command as below,
$ sudo npm update tracer
Update package globally,
$ npm install -g tracer
$ sudo git clone https://github.com/rektide/tracer.git
$ sudo npm install -g ./tracer
tracer@0.8.11 /usr/lib/node_modules/tracer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall tracer
| Package Name | tracer |
| Version | 0.8.11 |
| Description | A powerful and customizable logging library for node.js. support color console with timestamp, line number, method name, file name and call stack. you can set transport to file, stream, database(ex: mongodb and clouddb, simpledb). keywords: log, logger, t |
| Released Date | 2017-08-24T06:56:22.869Z |
| Published by | baryon |
| How to Learn | https://www.npmjs.com/package/tracer/tutorial |