1.0.0 • Published 9 years ago
mt-koa-logger v1.0.0
mt-koa-logger
Development style logger middleware for koa for mt.
2017-08-08 16:00:33 192.168.88.120 GET / 200 - 3ms 11BInstallation
$ npm install mt-koa-loggerExample
const logger = require('mt-koa-logger')
const Koa = require('koa')
const app = new Koa()
app.use(logger())Notes
Recommended that you .use() this middleware near the top
to "wrap" all subsequent middleware.
License
MIT
1.0.0
9 years ago