/connect-leg

Primary LanguageJavaScriptOtherNOASSERTION

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