flutter_corelibrary
flutter_corelibrary copied to clipboard
[login_client] Use `package:logging` instead of a logger callback
Consider migrating from a simple void Function(String) for logging, and use the full Logger API.
- Currently, users of this package have no way of filtering logs (e.g., by severity)
- Using
Loggerwould provide a sane default configuration, instead ofprint() - The logs would contain exceptions and stack traces