@useloop/logger
v2.1.1
Published
Logger used across services, posting logs to Loggly
Downloads
4
Readme
Logger used across services, posting logs to Loggly
Prereqs
- Node >= 9.10.0
- npm >= 6.1.0
Setup
npm install
Format and Code Style
We use a slightly customised version of the tslint recommended config.
To run the linter, use make lint
.
We also use the prettier + prettier-standard code formatter to maintain consistent code style. To check the format run make check-format
, to re-format existing code run make format
. Please note that make format
will run as part of make compile
.
Tests
npm test
Building
make compile
Contributing
Please contact [email protected]