简化日志

This commit is contained in:
zogodo
2020-01-10 20:24:26 +08:00
parent 4cba7ebb90
commit 801fc8eccb
4 changed files with 16 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
LogRecord log_record = { 1,{ 0 } };
char log_record_str[LOG_NUM*LOG_LEN] = { 0 };
char* LOG_TMP;
time_t now;
char time_buf[TIM_LEN];
void SetLogRecord(LogRecord* lr, char* log)
{