Skip to main content

logdash

· One min read
Gus
Editor
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

Logs Screenshot

logdash Logs Screenshot

Comments

Community Rules
This is a community. Please be constructive and polite in your comments and interactions. No toxic negativity.
Comments use GitHub via giscus. By interacting with comments, you consent to GitHub's data processing. See our Privacy Policy for more information.