Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 125 by
patrick....@gmail.com: Reinitialize glog after
ShutdownGoogleLogging for unit testing
http://code.google.com/p/google-glog/issues/detail?id=125
What steps will reproduce the problem?
1. InitGoogleLogging()
2. ShutdownGoogleLogging()
3. InitGoogleLogging()
What is the expected output? What do you see instead?
"You called InitGoogleLogging() twice!"
What version of the product are you using? On what operating system?
Win7
0.32
Please provide any additional information below.
I could need this functionality to SetUp and TearDown glog on unit test
fixtures (Google Test). I am not sure what Shutdown does?!