logdash
logdash is a Node.js utility that provides simple and customizable log functions that can integrate with lodash.
Features
- 5 pre-defined log functions:
logn
: Prints uncolored[NONE]
tag viaconsole.log
logi
: Prints blue[INFO]
tag viaconsole.info
logs
: Prints green[SUCCESS]
tag viaconsole.log
logw
: Prints orange[WARN]
tag viaconsole.warn
loge
: Prints red[ERROR]
tag viaconsole.error
- Add and customize logs by color, console, tag, and more
- Use log functions directly or easily integrate for lodash chain logging
- Toggle log functions on/off
- Helper functions for easily mapping over and customizing log type objects
#gosuraj