Go to file
XiaoQiDigipen 04384e6b83
Merge pull request #6 from SHADE-DP/SP3-15-Tools
SP3-15 Added Logging & Exception Handling Tools

NEW

Added Logger
Added Exception Handler & Base Custom Exception type
UPDATES

Modified premake5 file in SHADE_Application to include spdlog
Remarks
The Logger needs to exist outside the application due to the application needing to be wrapped in a try-catch block, which will catch exceptions and pass it to the Exception Handler that logs exceptions using the Logger.
2022-09-08 17:03:32 +08:00
Premake Basic Project set up with premake 2022-08-26 14:04:03 +08:00
SHADE_Application Added logging & exception handling tools into engine, modified premake5 on SHADE_Application to include spdlog 2022-09-08 12:51:23 +08:00
SHADE_Engine Added logging & exception handling tools into engine, modified premake5 on SHADE_Application to include spdlog 2022-09-08 12:51:23 +08:00
.gitignore Typo in gitignore 2022-09-08 11:01:16 +08:00
Dependencies.bat Made Dependencies batch file nice 2022-09-06 11:37:24 +08:00
Dependencies.lua Update Dependencies and Premake 2022-09-06 10:39:12 +08:00
SHADE.sln Generated solution 2022-09-08 11:08:46 +08:00
generate.bat Basic Project set up with premake 2022-08-26 14:04:03 +08:00
premake5.lua Update Dependencies and Premake 2022-09-06 10:39:12 +08:00