包详细信息

@studio/log-topics

javascript-studio10.2kMIT1.0.0

The topics used by Studio Log

log, emoji, topics

自述文件

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 🌍

更新日志

Changes

1.0.0

✨ Extract module from Studio Log