connect-leg
v0.2.6
Published
leg logging for connect applications
Downloads
8
Readme
connect-leg
Simple really, just a middleware for logging with leg. Or any compatible logging thing.
Overview
This middleware provides a simple logging routine designed to work with leg. It works with express and vanilla connect.
Installation
npm install connect-leg
Usage
app.use(require("connect-leg")(log));
Test
npm test
License
3-clause BSD. A copy is included with the source.
Contact Me
- GitHub (deoxxa)
- Twitter (@deoxxa)
- Email ([email protected])