Skip to content

Latest commit

Β 

History

History
63 lines (47 loc) Β· 1.34 KB

File metadata and controls

63 lines (47 loc) Β· 1.34 KB

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-topics

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

Related modules

License

MIT

Made with ❀️ on 🌍