wangzhengquan
2021-01-11 73ebfbc4f3fce4f7197b16b74ed4d6abaa9367b5
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: