Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 215 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 215 Bytes

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)