Boost logo

Boost :

Subject: [boost] Is it possiable to use a simple LOG(info) in boost log?
From: hh h (jupiter.hce_at_[hidden])
Date: 2019-01-15 05:02:33


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-attributes/api.stackexchange.com
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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk