You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
eva...@gmail.com
on 23 Feb 2010 at 2:10The text was updated successfully, but these errors were encountered: