Loggin'JS MongoDB Plugin
A little MongoDB plugin for loggin-js, save your logs centralized in a database. And later retrieval
Table Of Content
Features
Installing
With npm
npm install loggin-js-mongodb
With yarn
yarn install loggin-js-mongodb
Importing
Importing in node:
const logginMongo = ;
Importing using ES6 import:
;
Usage
const logginMongo = ;loggin; let mongodb = loggin colortrue ; let logger = loggin;logger; ...let logs = mongodb;
Collaborating
Pull requests are welcome, as well as any other type of contribution.
Setting up
# clone the repo$ git clone git@github.com:nombrekeff/loggin-js-mongodb.git # enter the project$ cd loggin-js-mongodb # install dependencies$ npm install # run tests$ npm test