@studio/log-topics

The topics used by Studio Log

Usage no npm install needed!

<script type="module">
  import studioLogTopics from 'https://cdn.skypack.dev/@studio/log-topics';
</script>

README

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 🌍