You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << "AAA\n" is thread safe
but glog add endl to each LOG(INFO) automatically, this might cause problem when using both glog and another thread safe log system to log concurrently.
The text was updated successfully, but these errors were encountered:
astronaut0131
changed the title
glog's endline is not thread safe?!
glog's endline is not thread safe when using with another logging system?!
Oct 31, 2018
std::cout << "AAA\n"
is thread safebut glog add endl to each LOG(INFO) automatically, this might cause problem when using both glog and another thread safe log system to log concurrently.
The text was updated successfully, but these errors were encountered: