15 Jan
2019
15 Jan
'19
7:18 a.m.
Please ignore it, don't need to worry about it, thank you
On 1/15/19, hh h
Hi,
After trying many days on boost log, still have many issues.
Google log has a nice LOG(INFO) << "debug";, looks like that kind thing cannot do in boost log, the close online code in https://stackoverflow.com/questions/35895199/boost-log-and-severity-local-at... has to call LOGGABLE first then to use LOG(info) << "my log", it is really cumbersome, is it possible to call LOG(info) like glog?
Thank you.