@studio/log-topics
v1.0.0
Published
The topics used by Studio Log
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-topicsTopics
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
