argo-clf
v1.0.0
Published
Argo logging using CLF
Downloads
39
Readme
Argo Common Log Formatter
Just a logger! Just spits logs to STDOUT for the time being.
Usage:
var clf = require('argo-clf');
argo()
.use(clf)
.target("SOME URL")
.listen(3000)