Skip to content

Instantly share code, notes, and snippets.

@dnoiz1
Created March 4, 2014 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnoiz1/9356948 to your computer and use it in GitHub Desktop.
Save dnoiz1/9356948 to your computer and use it in GitHub Desktop.
#!/bin/env node
var leg = require('./index.js')(process.stdout, "info");
leg.trace("trace", "trace");
leg.debug("debug", "debug");
leg.info("info", "info");
leg.warn("warn", "warn");
leg.fatal("fatal", "fatal");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment