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.loglogi: Prints blue[INFO]tag viaconsole.infologs: Prints green[SUCCESS]tag viaconsole.loglogw: Prints orange[WARN]tag viaconsole.warnloge: 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