0.0.1 • Published 5 years ago

express-easy-log v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

express-easy-log

Yet another (but high quality) human readable logging middle ware for expressjs.

Install

$ npm install express-easy-log

Usage

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:

demo

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