https://github.com/javascript-studio/studio-log-topics
🏷 The topics used by Studio Log
https://github.com/javascript-studio/studio-log-topics
Last synced: 9 months ago
JSON representation
🏷 The topics used by Studio Log
- Host: GitHub
- URL: https://github.com/javascript-studio/studio-log-topics
- Owner: javascript-studio
- License: mit
- Created: 2018-06-29T06:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T12:17:43.000Z (over 4 years ago)
- Last Synced: 2025-03-16T15:04:07.317Z (10 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# Studio Log Topics
🏷 The topics used by [Studio Log][1].
## Usage
```js
const topics = require('@studio/log-topics');
console.log(topics.broadcase); // Prints 📣
```
## Install
```bash
❯ npm i @studio/log-topics
```
## Topics
Instead of log levels, [Studio Log][1] 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][1] logs ndjson to an output stream
- 🎩 [Studio Log Format][2] pretty print Studio Log nsjson
- 🌈 [Studio Emojilog][3] is a CLI to pretty print the Studio Log ndjson with emoji
- 📦 [Studio Changes][4] is used to create the changelog for this module.
## License
MIT
Made with ❤️ on 🌍
[1]: https://github.com/javascript-studio/studio-log
[2]: https://github.com/javascript-studio/studio-log-format
[3]: https://github.com/javascript-studio/studio-emojilog
[4]: https://github.com/javascript-studio/studio-changes