0.1.0 • Published 6 years ago

@dylanjs/logger v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Logger

Middleware for Dylan which provides basic request console logging.

Install

npm install @dylanjs/logger

Usage

const logger = require('@dylanjs/logger');
app.use(logger());

Visiting / on your app will console.log GET "/" 200 11ms 2018-5-30 00:42:33.

0.1.0

6 years ago