/emoji_logger

Primary LanguageDartMIT LicenseMIT

Emoji Logger

Simple logger that adds an emoji to a message. log print with ease.

Usage

Print debug logs with the 🤣 emoji

    EmojiLogger.d('Hello World');

will print

🤣 Hello World

Contributing

We accept the following contributions:

  • Improving documentation
  • Reporting issues
  • Fixing bugs

We don't accept new functionality changes at the moment.