google-glog - Logging library for C++ - Google Project Hosting
glog
The glog library implements application-level logging. This library provides logging APIs based on C++-style streams and various helper macros.
NEWS: glog 0.3.2 released
This release includes several bug fixes and minor updates. Thanks for people who contributed patches or reported bugs!
- Clang support.
- Demangler and stacktrace improvement for newer GCCs.
- Now fork(2) doesn't mess up log files.
- Make valgrind happier.
- Reduce warnings for more -W options.
- Provide a workaround for ERROR defined by windows.h.