SP3-15 Added Logging & Exception Handling Tools #6

Merged
direnbharwani merged 1 commits from SP3-15-Tools into main 2022-09-08 17:03:33 +08:00
direnbharwani commented 2022-09-08 12:58:44 +08:00 (Migrated from github.com)

[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.

[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.
Sign in to join this conversation.
No description provided.