Npmlog
npmlog
logger for npm
npmlog is a simple logger that npm uses to log it's messages, this module provides custom levels and colored output.
By default, logs are written to stderr, to send log messages to outputs other than streams you can use log.stream member, or you can just listen to the events that it emits.
Get it: : npm install --save npmlog
Sample usage:
1 2 3 4 5 6 7 8 | |
levels:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
GIF FTW!
