aurelia-logging : A minimal but effective logging mechanism with support for log levels and pluggable log appenders.. You can installing aurelia-logging 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 aurelia-logging $ sudo npm install -g aurelia-logging
If want to update the aurelia-logging package execute the command as below,
$ sudo npm update aurelia-logging
Update package globally,
$ npm install -g aurelia-logging
$ sudo git clone https://github.com/rektide/aurelia-logging.git
$ sudo npm install -g ./aurelia-logging
aurelia-logging@1.3.1 /usr/lib/node_modules/aurelia-logging
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall aurelia-logging
Package Name | aurelia-logging |
Version | 1.3.1 |
Description | A minimal but effective logging mechanism with support for log levels and pluggable log appenders. |
Released Date | 2017-03-26T05:56:31.834Z |
Published by | aureliaeffect |
How to Learn | https://www.npmjs.com/package/aurelia-logging/tutorial |