@studio/log-topics

1.0.0 • Public • Published

Studio Log Topics

🏷 The topics used by Studio Log.

Usage

const topics = require('@studio/log-topics');

console.log(topics.broadcase); // Prints 📣

Install

❯ npm i @studio/log-topics

Topics

Instead of log levels, Studio Log uses a set of topics to categorize, format and filter logs. Unlike log levels, topics are not ordered by severity.

These topics are available:

  • = ok
  • ⚠️ = warn
  • 🐛 = issue
  • 🚨 = error
  • 🙈 = ignore
  • 🔺 = input
  • 🔻 = output
  • 📤 = send
  • 📥 = receive
  • 📡 = fetch
  • 🏁 = finish
  • 🚀 = launch
  • ⛔️ = terminate
  • = spawn
  • 📣 = broadcast
  • 💾 = disk
  • = timing
  • 💰 = money
  • 🔢 = numbers
  • 👻 = wtf

Related modules

License

MIT

Made with ❤️ on 🌍

Readme

Keywords

Package Sidebar

Install

npm i @studio/log-topics

Weekly Downloads

293

Version

1.0.0

License

MIT

Unpacked Size

4.38 kB

Total Files

5

Last publish

Collaborators

  • mantoni
  • whybuzz