Skip to content

javascript-studio/studio-log-topics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 ๐ŸŒ

About

๐Ÿท The topics used by Studio Log

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors