rotation_log 0.1.1
rotation_log: ^0.1.1 copied to clipboard
Flutter logging helper with rotating files, structured logs, and ZIP export.
0.1.1 #
- improve pub.dev package metadata and API documentation
- switch
part ofdeclarations to package URIs for cleaner analyzer output
0.1.0 #
- migrate workspace tooling to
asdfand newer Flutter/Dart - add automatic time-based rotation while the app is running
- add rolling rotation by line count and file size
- add configurable logger options, structured logging, and shared metadata
- add structured forwarding for the
loggerpackage - add plain text formatting options and log file management APIs
0.0.8 #
- update package
0.0.7 #
- update package
0.0.6 #
- update package
0.0.5 #
- fix output
0.0.4 #
- support logger package
0.0.3 #
- fix enum format
0.0.2 #
- change directory for log.
0.0.1 #
- initial release.