New issue 115 by 279t...@gmail.com: Module-wise verbose logging not working
http://code.google.com/p/google-glog/issues/detail?id=115
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?