teqian opened this issue 5 years ago · 0 comments
void slog_record(int level, const char *file, int line, const char *fmt, ...) { va_list args; char format[256] = {0}; char time_buf[64] = {0}; char log_buf[512] = {0}; ...... }