Skip to main content

⭐️ If you like log_symbols, give it a star! ⭐️

log_symbols

Colored symbols for various log levels for Deno.

🔧 How to use

import { logSymbols } from 'https://deno.land/x/log_symbols@v0.1.0/mod.ts';

💡 Usage

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');

📜 Changelog

Details changes for each release are documented in the CHANGELOG.md.

❗ Issues

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.

💪 Contribution

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

⚖️ License

The MIT License License: MIT