bdlogging 0.0.4 bdlogging: ^0.0.4 copied to clipboard
A Flutter package that provide logging capability for flutter apps.
0.0.1 #
- Provide the functionality to log events.
- Provide two out-of-the-box log handler (console, file).
- Provide the feature of formatting logs that allow to format a log record to a pleasant format.
- Provide a default log formatter.
0.0.2 #
- Decreased dependency boundaries on package collection.
0.0.3 #
- Support for fatal exception reporting
0.0.4 #
- Updated public API with fatal parameter.