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

Implement a Logging system #660

Open
moyerr opened this issue May 13, 2022 · 0 comments
Open

Implement a Logging system #660

moyerr opened this issue May 13, 2022 · 0 comments
Labels
Nice To Have Designates a feature/task that would be nice to implement but is not a priority
Projects

Comments

@moyerr
Copy link
Collaborator

moyerr commented May 13, 2022

Vocable doesn't currently have any Logging in place. There are print statements used heavily throughout the project to serve as logs during development, but these are not a good replacement for logs:

  • They cannot be gathered unless a device is attached to the debugger
  • They are not thread safe

We should think about transitioning to a real logging system like OSLog

@moyerr moyerr created this issue from a note in Vocable-iOS (Backlog) May 13, 2022
@moyerr moyerr added the Nice To Have Designates a feature/task that would be nice to implement but is not a priority label May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nice To Have Designates a feature/task that would be nice to implement but is not a priority
Projects
Vocable-iOS
  
Backlog
Development

No branches or pull requests

1 participant