I want to enable verbose logging level 5 just in this one file (called file.cc
with a class named "file"). So I export GLOG_vmodule="file=5" into the
environment and then run the program. But glog still doesn't log the VLOG(5)
messages in this file. Is there a problem with the way I'm setting vmodule? Can
anyone give me an example of how this should be done?
Original issue reported on code.google.com by 279t...@gmail.com on 25 Feb 2012 at 2:40
Original issue reported on code.google.com by
279t...@gmail.com
on 25 Feb 2012 at 2:40