logkit 0.0.1
logkit: ^0.0.1 copied to clipboard
A lightweight logging package for Flutter and Dart. Supports console and file logging with daily log rotation.
[0.0.] - 2025-02-04 #
🚀 New Features #
- Added custom log file directory support.
- Implemented log rotation to keep only the last 7 days of logs.
🐛 Bug Fixes #
- Fixed an issue where logs were not created on Windows.
- Improved error handling when file permissions are restricted.
⚡ Improvements #
- Optimized file writing for better performance.
- Added better formatting for log timestamps.