leancode_logging 1.2.0
leancode_logging: ^1.2.0 copied to clipboard
Abstract logging utilities
Changelog #
1.2.0 #
- From now, this package has no dependency on Flutter. Flutter-based utils are extracted to
leancode_logging_flutterpackage.
1.1.0 #
- Add ability to print logs to console
1.0.0 #
- Use official Bugfender Swift logger from git repo
0.0.1 #
- Initial release
- Abstract Logger class and its implementation - Bugfender