particular <a href="#severity">severity level</a>>), e.g.
<pre>
- #include <google/logging.h>
+ #include <glog/logging.h>
int main(int argc, char* argv[]) {
// Initialize Google's logging library.
functionality supported by glog. Please note that this document
doesn't describe all features in this library, but the most useful
ones. If you want to find less common features, please check
-header files under <code>src/google</code> directory.
+header files under <code>src/glog</code> directory.
<h2> <A NAME=severity>Severity Level</A> </h2>
<h3><A NAME=raw>Raw Logging</A></h3>
-<p>The header file <code><google/raw_logging.h></code> can be
+<p>The header file <code><glog/raw_logging.h></code> can be
used for thread-safe logging, which does not allocate any memory or
acquire any locks. Therefore, the macros defined in this
header file can be used by low-level memory allocation and
synchronization code.
-Please check <code>src/google/raw_logging.h.in</code> for detail.
+Please check <code>src/glog/raw_logging.h.in</code> for detail.
</p>
<h3><A NAME=plog>Google Style perror()</A></h3>
<pre>
#define GOOGLE_STRIP_LOG 1 // this must go before the #include!
- #include <google/logging.h>
+ #include <glog/logging.h>
</pre>
<p>The compiler will remove the log messages whose severities are less