1.0.1 â€Ē Published 8 months ago

console-emoji-logger v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

1.0.1

8 months ago

1.0.0

8 months ago