Awesome
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
- 👻 Studio Log logs ndjson to an output stream
- 🎩 Studio Log Format pretty print Studio Log nsjson
- 🌈 Studio Emojilog is a CLI to pretty print the Studio Log ndjson with emoji
- 📦 Studio Changes is used to create the changelog for this module.
License
MIT
<div align="center">Made with ❤️ on 🌍</div>