logdash

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 via console.log
    • logi: Prints blue [INFO] tag via console.info
    • logs: Prints green [SUCCESS] tag via console.log
    • logw: Prints orange [WARN] tag via console.warn
    • loge: Prints red [ERROR] tag via console.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