logs_utils.h 139 B

12345678
  1. #ifndef LOGS_UTILS_H
  2. #define LOGS_UTILS_H
  3. #include <string>
  4. void ZF_LOGV_LR(const char *desc, std::string &buffer, int len = 64);
  5. #endif