log_er 2.0.4
log_er: ^2.0.4 copied to clipboard
log_er - Powerful & Colorful Logging for Flutter and Dart. Advanced structured logging package with rich formatting, stack traces, and debugging support.
π’ CHANGELOG - log_er π #
All notable changes to this project will be documented in this file.
2.0.4 - 2025-03-06 #
π₯ Added #
β Color-coded logs for better readability π¨ β Supports multiple log levels π·οΈ β Custom color log functions π β Easy-to-use API π β Emoji-enhanced log messages π β Prettified JSON logging π β File and API logging support (soon!) π₯
2.0.3 - 2025-02-27 #
π₯ Added #
- π Introduced emoji-enhanced logging for better readability.
- π Added 5 real-world examples per method in
log_printer.dart
. - π Implemented
special()
log level for custom events.
π Fixed #
- π Resolved missing
bin/log_er.dart
issue for CLI execution. - π Fixed
.gitignore
to prevent.DS_Store
and unnecessary files in publishing.
[2.0.3] - 2025-02-20 #
π₯ Added #
- π¨ Color-coded logging for easy identification of log levels.
- π Prettified JSON logging for structured data.
- π Improved
README.md
with usage examples.
π Fixed #
- βοΈ Removed unused dependencies.
- π Fixed incorrect
fileName
references inlog_formatter.dart
.
2.0.2 - 2025-02-10 #
π₯ Added #
- π― Implemented structured logging system.
- π·οΈ Added log levels:
debug
,info
,warning
,error
,fatal
,data
. - π Introduced modular directory structure.
π How to Update CHANGELOG.md
#
- Add a new section at the top for the latest version.
- Use clear headings (
Added
,Fixed
,Changed
). - Use emojis to improve readability.
- Keep it concise and to the point.