I am using boost
program options
in my code and trying to add verbose logging using glog
(google logging library).
The problem is that boost
captures the command line options and I can not use the --v
flag for controlling the verbose logging. Is there a method for setting the minloglevel
from the code? I failed locating a function or a macro for doing that programatically...