#pragma once #include <string> #include <map> void load_debugLevelInMem(std::map<std::string, std::map<std::string, std::string>>& tmp_centerConfig); int getEntityLogLevel(std::string entityName);