logging_flutter 3.0.0 logging_flutter: ^3.0.0 copied to clipboard
Flutter extension for the logging package. This package provides a simple tool for logging messages in your applications and a set of additional utilities.
Changelog #
All notable changes to this project will be documented in this file.
3.0.0 #
Note: This release has breaking changes.
Added #
- Capture logs from external packages.
- Use
FloggerPrinter
to print logs in your custom format. - Updated dependencies.
Breaking #
- Use
record.printable()
to get the formatted log message.record.message
now only contains the actual message passed to the logger.