Best emoji for logger
Table of contents
Emoji can improve your log's readability. Let's choose the best emoji for logger.
Starting status
- ๐ฑ
- ๐
- โญ
Example:
console.log('๐ฑ Start doing something...')
Stop / Error status
- โ
- ๐ซ
- โ
- ๐
Example:
console.error('โ Error: ', err)
Warning status
- ๐
- ๐ฎ
- ๐
- โ ๏ธ
- ๐ข
- โ ๏ธ
Example:
console.warn('๐ Warn: something')
Debugging status
- ๐
- ๐
- ๐ฉ
Example:
console.log('๐ฉ Start doing something...', someValue)