Adds a Logging class capable of tracing to the console, and also writing to a log file in the application folder. The included information in the log includes the log level, the time since startup, the class calling the logger, and the printed message.
This PR also replaces the few existing traces with more information and the majority of URL loading in the event of connection issues.
This class can also be enabled on select release builds to help debug a specific users issue.
Adds a Logging class capable of tracing to the console, and also writing to a log file in the application folder. The included information in the log includes the log level, the time since startup, the class calling the logger, and the printed message.
This PR also replaces the few existing traces with more information and the majority of URL loading in the event of connection issues.
This class can also be enabled on select release builds to help debug a specific users issue.
Example: