@studio/log-topics

The topics used by Studio Log

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@studio/log-topics
021.0.05 years ago5 years agoMinified + gzip package size for @studio/log-topics in KB

Readme

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

License

MIT
Made with ā¤ļø on šŸŒ