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
While debugging the code I notice that there is only one method that handles all the logging for the project. However it does not differentiate between success and error messages. Because of this we are having to manually assign a color at the time we call the logging function. In order to make things easier I'm planning to move the logging function to it's own file. This will allow us to expand the logging so we can have more methods (for example: logging information vs errors), Informational logging will colored green and error logging will be colored red. There are more things that we can do to help improve logging I'll post them here when I decide what else we might want to add.
The text was updated successfully, but these errors were encountered:
While debugging the code I notice that there is only one method that handles all the logging for the project. However it does not differentiate between success and error messages. Because of this we are having to manually assign a color at the time we call the logging function. In order to make things easier I'm planning to move the logging function to it's own file. This will allow us to expand the logging so we can have more methods (for example: logging information vs errors), Informational logging will colored green and error logging will be colored red. There are more things that we can do to help improve logging I'll post them here when I decide what else we might want to add.
The text was updated successfully, but these errors were encountered: