wook815 / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

LOG_EVERY_N with GOOGLE_STRIP_LOG #118

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. define GOOGLE_STRIP_LOG 3
2. Use LOG_EVERY_N(INFO, 10) << "some message"

What is the expected output? What do you see instead?
Expected output is do not show log message but it still shows log message.

What version of the product are you using? On what operating system?
0.3.1

Original issue reported on code.google.com by jeseo1@gmail.com on 16 Mar 2012 at 12:43