wangzhengquan
2021-01-13 76bd3ff05443dc703c0fa1f8907301199b2c09c0
include/usgcommon/logger.h
@@ -17,7 +17,7 @@
  FILE *logFile;
  void dolog(const char *fmt, va_list ap, int level, int err = 0) {
    char buf[MAXBUF];
    char buf[MAXLINE];
    struct timeval tv;
    struct tm *info;
@@ -42,6 +42,8 @@
   
    fflush(NULL); /* flushes all stdio output streams */
  }
  void init();
private: