UNPKG

argo-clf

Version:
13 lines (10 loc) 215 B
## Argo Common Log Formatter Just a logger! Just spits logs to STDOUT for the time being. Usage: ```javascript var clf = require('argo-clf'); argo() .use(clf) .target("SOME URL") .listen(3000) ```