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.0 released
Bug fixes, supporting NetBSD and OpenBSD, and applying patches from users. Thanks for people who contributed patches or suggested bugs!
- Fix a deadlock happened when user uses glog with recent gflags.
- Suppress several unnecessary warnings (thanks keir).
- NetBSD and OpenBSD support.
- Use Win32API GetComputeNameA properly (thanks magila).
- Fix user name detection for Windows (thanks ademin).
- Fix several minor bugs.