Static class that manages logs. It prints into the console, infos, warning or errors.
static void Info(const std::string& message);
Print in the console a message.
static void Error(LogType category, const std::string& message);
Print in the console errors depending error types
⚠️ For now this feature is not working!