mm-nestjs-logger
v0.0.5
Published
Nestjs library to provide the easy and maintainable mode to following mmrfc convention
Downloads
73
Readme
Nest Js Logger
Nest Js Logger is a library to facility and standardize the way of logs works in nestjs projects at madeiramadeira, following the MMRFC rules.
Squad
Installation
To use the library, you need to install with NPM or YARN:
YARN
$ yarn add mm-nestjs-logger
NPM
$ npm install mm-nestjs-logger
Test
To run the tests, run the commands below:
# running the tests
$ npm run test
Documentation
To view examples of how to use the library, click on the following link: Doc.