-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
`
int i[2] = { 0,1 };
string t[2] = { R"(E:\product\qqm\cv_pro\log\t1.log)",R"(E:\product\qqm\cv_pro\log\t2.log)" };
thread t1(&xxxx, i[0], t[0].c_str());
thread t2(&xxxx, i[1], t[1].c_str());
t1.join();
t2.join();
system("pause");
`
i want to use it in thread, as this code
i want log every thread with a single log file ,
can aixlog do it?
this 1.4 version do not work well , create two log files, but only ont have the log info
miloder
Metadata
Metadata
Assignees
Labels
No labels