0.0.1 • Published 7 years ago
express-easy-log v0.0.1
express-easy-log
Yet another (but high quality) human readable logging middle ware for expressjs.
Install
$ npm install express-easy-logUsage
It is extremely easy to add express-easy-log
to an express app:
var logger = require('express-easy-log');
app.use(logger);The logger prints to stdout and uses colors:

Dependencies
- chalk
- It is assumed that you are using this with expressjs, but that is not an explicit dependency.
Acknowledgements
Because this is the first package I have published to
npm and it uses chalk, I referenced the chalk
source repository in order to learn how to structure an
npm package.
License
MIT