⭐️ If you like log_symbols, give it a star! ⭐️
Colored symbols for various log levels for Deno.
import { logSymbols } from 'https://deno.land/x/log_symbols@v0.1.0/mod.ts';
import { logSymbols } from 'https://deno.land/x/log_symbols@v0.1.0/mod.ts';
console.log(logSymbols.info, 'info');
console.log(logSymbols.success, 'success');
console.log(logSymbols.warning, 'warning');
console.log(logSymbols.error, 'error');
Details changes for each release are documented in the CHANGELOG.md.
If you think any of the log_symbols
can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.
We'd love to have your helping hand on contributions to log_symbols
by forking and sending a pull request!
Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)
How to contribute:
- Open pull request with improvements
- Discuss ideas in issues
- Spread the word
- Reach out with any feedback