colorful_log_plus 1.0.0
colorful_log_plus: ^1.0.0 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.
1.0.0 - 2025-02-02 #
-
Added:
-
Initial stable release.
-
Introduced a structured logging system with:
- Customizable tags for better organization.
- ANSI color support for improved readability.
- Icons for different log levels (info, warning, error, debug).
- Error and stack trace logging for better debugging.
- Optional source file tracking for precise debugging.
-
Changed:
-
Improved
debugLogfunction to support structured logging. -
Enhanced color and tag formatting for consistency.
-
Refactored API for ease of use.
-
Fixed:
-
Resolved minor formatting inconsistencies.
-
Ensured proper handling of log messages across different platforms.
0.0.3 - 2025-01-28 #
- Added:
- Comments to LogColor enum for clarity
0.0.2 - 2025-01-28 #
-
Added:
-
Added
tagColorparameter to thedebugLogfunction, allowing customization of the color of the tag or type in log messages. -
Changed:
-
Updated the
debugLogfunction to includetagColorfor more flexible and visually distinct log formatting.
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.