colorful_log_plus 0.0.1
colorful_log_plus: ^0.0.1 copied to clipboard
A Dart package for logging messages with colorful console outputs for enhanced readability and debugging.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2025-01-27 #
Added #
- Added the
debugLogfunction to log messages with custom colors, tags, errors, and stack traces. - Introduced the
LogColorenum for customizable log colors, includingred,green,yellow,blue,magenta, andcyan. - Added example usage in the
example/directory. - Added support for logging errors and stack traces using
debugLog.
Changed #
- Refactored the
loggermethod todebugLogand moved it outside theDebugclass for a more familiar API. - Updated the public API structure to export
debugLogviacolorful_log.dart.
Fixed #
- Resolved issues with inconsistent log formatting for type and tag combinations.
[Unreleased] #
- Future changes and updates will be added here.