sp_logwithlink.h 198 B

123456
  1. #pragma once
  2. #include <string>
  3. #include <map>
  4. void load_debugLevelInMem(std::map<std::string, std::map<std::string, std::string>>& tmp_centerConfig);
  5. int getEntityLogLevel(std::string entityName);