0.0.1 • Published 12 years ago

connect-winston v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
12 years ago

connect-winston

Simple really, just a middleware for logging with winston.

Overview

This middleware provides a simple logging routine designed to work with winston. It works with express and vanilla connect.

Installation

npm install connect-winston

Usage

app.use(require("connect-winston")(winston));

License

3-clause BSD. A copy is included with the source.

Contact Me