8 lines
111 B
C++
8 lines
111 B
C++
#include "BoostLog.h"
|
|
|
|
int main(int argc, char const *argv[])
|
|
{
|
|
LOG(info)<<"app start...";
|
|
return 0;
|
|
}
|