π· The topics used by Studio Log.
const topics = require('@studio/log-topics');
console.log(topics.broadcase); // Prints π£
β― npm i @studio/log-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
- π» 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.
MIT
Made with β€οΈ on π