atsign-foundation / at_app

This project is deprecated, see the tutorial linked below.

Home Page:https://docs.atsign.com/tutorials/flutter-and-atsdk-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Logger package with AtSignLogger and stdout

XavierChanth opened this issue · comments

A chore task to make logging in this tool consistent with other projects:

  • Remove logger package
  • Move all error and warning logging to AtSignLogger
    • Add a verbose flag to command_runner's topLevelResults to set AtSignLogger.root_level
  • Move all info logging to direct stdout

There are issues with color contrast for text in terminals with light backgrounds due to the way that logging is done.

Continuing in PR45

Continuing in PR45