I have successfully used boost::log to enter stdout (using the TRIVIAL macros) or to enter a file (basically following the instructions in the tutorial).
How do we configure simultaneous writing to a file and stdout?
This is a common use in our installation, when we want to have both a log file and all the output that goes to the log in the console.
Any input is appreciated!
c ++ boost boost-log
cacau
source share