Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - sindresorhus/log-symbols: Colored symbols for various log levels
Colored symbols for various log levels. Contribute to sindresorhus/log-symbols development by creating an account on GitHub.
Visit SiteGitHub - sindresorhus/log-symbols: Colored symbols for various log levels
Colored symbols for various log levels. Contribute to sindresorhus/log-symbols development by creating an account on GitHub.
Powered by 0x5a.live ๐
log-symbols
Colored symbols for various log levels
Includes fallbacks for Windows CMD which only supports a limited character set.
Install
npm install log-symbols
Usage
import logSymbols from 'log-symbols';
console.log(logSymbols.success, 'Finished successfully!');
// Terminals with Unicode support: โ Finished successfully!
// Terminals without Unicode support: โ Finished successfully!
API
logSymbols
info
success
warning
error
Related
- figures - Unicode symbols with Windows CMD fallbacks
- py-log-symbols - Python port
- log-symbols - Ruby port
- guumaster/logsymbols - Golang port
Cross Platform Resources
are all listed below.
Made with โค๏ธ
to provide different kinds of informations and resources.