tarsier_logger 1.0.0 copy "tarsier_logger: ^1.0.0" to clipboard
tarsier_logger: ^1.0.0 copied to clipboard

A simple and customizable logger for Dart applications with colorized outputs and dynamic formatting.

1.0.0 #

  • Added
    • Initial release of tarsier_logger.
    • Instance-Based Logging:
      • Logs with dynamic hyphen padding.
      • ANSI color-coded messages for informational, success, warning, and error logs.
      • Customizable maxLength for log formatting.
    • Static Logging:
      • Added TarsierLogger class for convenient static method usage.
      • Supports the same color-coded and dynamically formatted log messages.
    • Custom Colors:
      • Predefined colors (green, red, blue, yellow, reset) for consistent log styling.
    • Comprehensive examples for instance and static usage.
  • Future Improvements
    • Add support for file-based logging.
    • Provide options for timestamps in logs.
    • Extend customization for log message prefixes
2
likes
140
points
267
downloads

Publisher

verified publisherbcssti.com

Weekly Downloads

A simple and customizable logger for Dart applications with colorized outputs and dynamic formatting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tarsier_logger