a
554325746@qq.com
2020-01-02 e52632329ef8342a2f692bf58184fc54db3d2b4c
1
2
3
4
5
6
7
8
9
10
11
#include "LogUtil.h"
#include <stdio.h>
#include <string>
#include <iostream>
 
 
using namespace std;
 
void LogUtil::log(string message) {
    cout << message << endl;
}