boxer

Small, easy to use and extensible logger which prints beautiful logs.

Getting Started

Just use the Boxer class and start logging:

Boxer.punch("Boxer has punched! 🥊");

Documentation

Boxer.punch(dynamic message, {String? label})

Examples

  • Logging out a string
Boxer.punch("Punch It!", label: "DEBUG");
  • Logging out a list of strings
Boxer.punch(["Punch It!", "Punch It Again!"], label: "DEBUG");

Screenshot

MIT License

Libraries

boxer
colors