Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace all print statements with printV #1733

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MrCyjaneK
Copy link
Collaborator

Description

Goals:

  • Replace all print statements with printV
  • Show caller (path/file:line:column functionName)
  • Add an action that makes sure that no normal print statement is being used in dart files (printV is a drop-in replacement and using print statements would make debugging harder in the future)
  • Optional: At little cost I can implement logging to file, with timestamps and details - we could use that in error reporting screen)

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods

@MrCyjaneK MrCyjaneK force-pushed the CW-781-improve-logging branch 4 times, most recently from 923a183 to 5f0dc90 Compare October 8, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant