Skip to content

[login_client] Use package:logging instead of a logger callback #464

@PiotrRogulski

Description

@PiotrRogulski

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 Logger would provide a sane default configuration, instead of print()
  • The logs would contain exceptions and stack traces

Metadata

Metadata

Assignees

No one assigned

    Labels

    p: login_clientRelated to the login_client package

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions