Is it possiable to use a simple LOG(info) in boost log?
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.
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.
participants (1)
-
hh h