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.