C++ implementation of the Google logging module
| .bazelci | ||
| .github | ||
| bazel | ||
| cmake | ||
| docs | ||
| examples | ||
| src | ||
| .clang-format | ||
| .clang-tidy | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| BUILD.bazel | ||
| ChangeLog | ||
| CMakeLists.txt | ||
| codecov.yml | ||
| CONTRIBUTORS | ||
| gcovr.cfg | ||
| glog-config.cmake.in | ||
| glog-modules.cmake.in | ||
| libglog.pc.in | ||
| LICENSE.md | ||
| mkdocs.yml | ||
| MODULE.bazel | ||
| README.rst | ||
| WORKSPACE.bazel | ||
Google Logging Library ====================== **Deprecation notice**: This project is no longer maintained and will be archived on 2025-06-31. Consider using `ng-log <https://github.com/ng-log/ng-log>`_ (API-compatible, community-maintained) or `Abseil Logging <https://abseil.io/docs/cpp/guides/logging>`_ (Google-maintained) instead. Thank you for all the contributions! Google Logging (glog) was a C++14 library that implements application-level logging. The library provided logging APIs based on C++-style streams and various helper macros. Getting Started --------------- Please refer to project's `documentation <https://google.github.io/glog/>`_.