console-emoji-logger
v1.0.1
Published
A colorful console logging utility with emoji support
Downloads
115
Maintainers
Readme
Console Emoji Logger 🎨
A beautiful and simple way to add colors and emojis to your console logs!
Installation
npm install console-emoji-logger
Usage
const logger = require('console-emoji-logger');
// Success message (green with ✅)
logger.success('Operation completed successfully!');
// Error message (red with ❌)
logger.error('Something went wrong!');
// Info message (blue with ℹ️)
logger.info('Here is some information');
// Warning message (yellow with ⚠️)
logger.warning('Be careful!');
// Love message (magenta with 💖)
logger.heart('Made with love!');
// Progress message (cyan with 🚀)
logger.rocket('Launching your app!');
// Debug message (gray with 🔍)
logger.debug('Debugging information');
Features
- 🎨 Colorful console output
- 😊 Emoji support
- 🚀 Easy to use
- 🪶 Lightweight
- 📦 Zero configuration
License
MIT