UNPKG

@studio/log-topics

Version:
64 lines (47 loc) • 1.37 kB
# 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 <div align="center">Made with ā¤ļø on šŸŒ</div> [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