Patch - Refactors logging and adds macro header - V14.5.29

This commit refactors the logging system by replacing direct calls to the Logger class with macros. This improves code readability and maintainability by providing a consistent and concise way to log messages throughout the engine.

The 'macro.h' header file is added and included in multiple system classes to define these logging macros, centralizing logging functionality.

Additionally, error handling is improved in imguiManager::IncrementBuildVersionInConfig by logging specific errors during file operations.
This commit is contained in:
2025-10-09 18:47:33 +02:00
parent 7c5a6435bb
commit 2b8e222d7c
19 changed files with 210 additions and 206 deletions

View File

@@ -7,6 +7,7 @@
//////////////
#include "Logger.h"
#include <windows.h>
#include "macro.h"
////////////////////////////////////////////////////////////////////////////////