file_logs 1.0.6 copy "file_logs: ^1.0.6" to clipboard
file_logs: ^1.0.6 copied to clipboard

A flexible file logger based on the "logging" package, supporting file rotation, date-based log splitting, and custom handlers.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.6 - 2026-04-21 #

Changed #

  • Package intl version constraint lowered from 0.20.2 to 0.19.0 for better compatibility.

1.0.5 - 2025-09-18 #

Changed #

  • Enforces formatter again on the unchanged code.

1.0.4 - 2025-09-18 #

Changed #

  • Added export for type Level from "logging" package.
  • Modified description in README.md.

1.0.3 - 2025-09-18 #

Changed #

  • Improved package description in pubspec.yaml and README.md.

1.0.2 - 2025-09-18 #

Changed #

  • Dart SDK constraint lowered to 3.7.2

1.0.1 - 2025-09-18 #

Changed #

  • Code reformatted using dart format.
  • Improved date checking logic in deleteOldLogs method.
  • Added more description in pubspec.yaml.
  • Added description to some methods in source code.

1.0.0 - 2025-09-18 #

  • Initial release.
1
likes
150
points
119
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A flexible file logger based on the "logging" package, supporting file rotation, date-based log splitting, and custom handlers.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

intl, logging, path, synchronized

More

Packages that depend on file_logs