Created
June 6, 2014 15:26
-
-
Save TrainerGuy22/9f5653ba56eb48746c3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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