Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 570 Bytes

EXPRESS.md

File metadata and controls

13 lines (8 loc) · 570 Bytes

Jethro Plugins Build Status npm version npm downloads Gratipay

Express Middleware

Nice and simple Express Log:

var logger = require('jethro');
app.use(logger.express); //That's it!