๐ท The topics used by Studio Log.
const topics = require('@studio/log-topics');
console.log(topics.broadcase); // Prints ๐ฃโฏ npm i @studio/log-topicsInstead 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 ๐