You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
We should think about transitioning to a real logging system like OSLog
The text was updated successfully, but these errors were encountered: