Migrate an existing C++ codebase from glog to ng-log using its compatible API and official migration instructions.
Replace glog in a project with Abseil Logging to stay on a Google-backed, actively maintained logging library.
This project is archived and no longer maintained, migrate to ng-log or Abseil Logging before the 2025-06-30 archive date.
Google Logging Library (glog) was a C++ library for recording log messages inside applications. It provided a stream-based API and helper macros that let developers write log statements that could be filtered by severity, written to files, and handled in various other ways at runtime. The project is no longer maintained. Google announced it will be archived on 2025-06-30. The README points to two alternatives: ng-log, a community-maintained fork with a compatible API and migration instructions, and Abseil Logging, a logging library from Google that is actively supported. Developers using glog in existing projects are encouraged to migrate to one of these.
← google on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.