wook815 / google-glog

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

LOG_AT_LEVEL doesn't "google::"-qualify use of LogMessage #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include "logging.h"
2. Don't include "using google::LogMessage" or "using namespace google"
3. Use "LOG_AT_LEVEL(google::INFO)" (or whatever severity)

What is the expected output? What do you see instead?

Get compiler error about LogMessage being undeclared identifier, because it
isn't preceded by google::. (Or even better, ::google::, giving
::google::LogMessage, but that's not such a problem.)

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

Glog 0.3.0, Windows (MSVC)

Original issue reported on code.google.com by eva...@gmail.com on 23 Feb 2010 at 2:10

GoogleCodeExporter commented 8 years ago
Fixed in http://code.google.com/p/google-glog/source/detail?r=81

Thanks for your report!

Original comment by shinichi...@gmail.com on 28 May 2010 at 3:31

GoogleCodeExporter commented 8 years ago
Issue 43 has been merged into this issue.

Original comment by shinichi...@gmail.com on 28 May 2010 at 6:16