Skip to content

Google-glog

The glog library implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros.

Strip Logging Messages

Strings used in log messages can increase the size of your binary and present a privacy concern. You can therefore instruct glog to remove all strings which fall below a certain severity level by using the GOOGLE_STRIP_LOG macro:

If your application has code like this:

   #define GOOGLE_STRIP_LOG 1    // this must go before the #include!
   #include <glog/logging.h>

Local Download

google-glog 0.3.4
Glog-0.3.4.tar.gz

See also

Favorite site