log_er 2.0.3
log_er: ^2.0.3 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.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.dartissue for CLI execution. - 🐛 Fixed
.gitignoreto prevent.DS_Storeand 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.mdwith usage examples.
🛠 Fixed #
- ⚙️ Removed unused dependencies.
- 📌 Fixed incorrect
fileNamereferences 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.