a
554325746@qq.com
2020-01-15 956063ff14bc75e3a2a97c7bcaa06b9edc84ad24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef FACEID2_0_LOGUTIL_H
#define FACEID2_0_LOGUTIL_H
 
#include <string>
using namespace std;
 
class LogUtil {
private:
public:
    static void log(string message);
};
 
 
#endif //FACEID2_0_LOGUTIL_H