Studio Log Topics
š· The topics used by Studio Log1.Usage
const topics = require('@studio/log-topics');
console.log(topics.broadcase); // Prints š£
Install
⯠npm i @studio/log-topics
Topics
Instead of log levels, Studio Log1 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 Log1 logs ndjson to an output stream
- š© Studio Log Format2 pretty print Studio Log nsjson
- š Studio Emojilog3 is a CLI to pretty print the Studio Log ndjson with emoji
- š¦ Studio Changes4 is used to create the changelog for this module.
License
MITMade with ā¤ļø on š