Skip to content

Instantly share code, notes, and snippets.

@TrainerGuy22
Created June 6, 2014 15:26
Show Gist options
  • Select an option

  • Save TrainerGuy22/9f5653ba56eb48746c3a to your computer and use it in GitHub Desktop.

Select an option

Save TrainerGuy22/9f5653ba56eb48746c3a to your computer and use it in GitHub Desktop.
var logger = treestump.Logger("nodeicus");
var stdout = treestump.Mirrors.stdout();
stdout.setFormat(chalk.yellow("{{time}} {{level}} ->") + " {{message}}");
logger.addMirror(stdout);
logger.info("Hello world!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment