Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Apr 1, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Issue 43 has been merged into this issue.

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

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant