#ifndef LOGS_UTILS_H #define LOGS_UTILS_H #include <string> void ZF_LOGV_LR(const char *desc, std::string &buffer, int len = 64); #endif