1.0.0 ⢠Published 7 years ago
@studio/log-topics v1.0.0
Studio Log Topics
š· The topics used by Studio Log.
Usage
const topics = require('@studio/log-topics');
console.log(topics.broadcase); // Prints š£Install
⯠npm i @studio/log-topicsTopics
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
Related modules
- š» 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.
License
MIT
1.0.0
7 years ago